Shades of Razzle Dazzle Rose #E326CD
Tints of Razzle Dazzle Rose #E326CD
RGB
CMYK
RGB Variations
Color information
#E326CD (or 0xE326CD) is known color: Razzle Dazzle Rose. HEX triplet: E3, 26 and CD. RGB value is (227,38,205). Sum of RGB (Red+Green+Blue) = 227+38+205=470 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.30% from 470); Green value is 38 (15.23% from 255 or 8.09% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 227 - color contains mainly: red. Hex color #E326CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E326CD is #1CD932. Grayscale: #717171. Windows color (decimal): -1890611 or 13444835. OLE color: 13444835.
HSL color Cylindrical-coordinate representation of color #E326CD: hue angle of 306.98º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E326CD is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 38 | 205 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.11 |
| HSL | 306.98º | 0.77% | 0.52% | - |
| HSV(B) | 306.98º | 0.83% | 0.89% | - |
| XYZ | 43.39 | 22.12 | 59.74 | - |
| YUV | 113.55 | 179.62 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 38 | 205 | 0 | 0.83 | 0.10 | 0.11 | 306.98 | 0.77 | 0.52 |
| Hex | E3 | 26 | CD | 0 | 53 | A | B | 133 | 4D | 34 |
| Octal | 343 | 46 | 315 | 0 | 123 | 12 | 13 | 463 | 115 | 64 |
| Binary | 11100011 | 100110 | 11001101 | 0 | 1010011 | 1010 | 1011 | 100110011 | 1001101 | 110100 |
Color Harmonies of #E326CD
Complementary color
Monochromatic Colors of #E326CD
Black with #E326CD
Text Example
Text Example
White with #E326CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E326CD; }
p { color: rgb(227,38,205); }
H1.HeaderClassName
{
color: #E326CD;
}
.AnyTagClassName
{
color: #E326CD;
}
</style>
background-color css
<style>
a { background-color: #E326CD; }
a { background-color: rgb(227,38,205); }
div.DivClassName
{
background-color: #E326CD;
}
.BgClassName
{
background-color: #E326CD;
}
</style>
border-color css
<style>
span { border-color: #E326CD; }
span { border-color: rgb(227,38,205); }
td.TdClassName
{
border-color: #E326CD;
}
.TagClassName
{
border-color: #E326CD;
}
</style>