Shades of Razzle Dazzle Rose #E432C9
Tints of Razzle Dazzle Rose #E432C9
RGB
CMYK
RGB Variations
Color information
#E432C9 (or 0xE432C9) is known color: Razzle Dazzle Rose. HEX triplet: E4, 32 and C9. RGB value is (228,50,201). Sum of RGB (Red+Green+Blue) = 228+50+201=479 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.60% from 479); Green value is 50 (19.92% from 255 or 10.44% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 228 - color contains mainly: red. Hex color #E432C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E432C9 is #1BCD36. Grayscale: #787878. Windows color (decimal): -1822007 or 13185764. OLE color: 13185764.
HSL color Cylindrical-coordinate representation of color #E432C9: hue angle of 309.1º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E432C9 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 50 | 201 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.11 |
| HSL | 309.1º | 0.77% | 0.55% | - |
| HSV(B) | 309.1º | 0.78% | 0.89% | - |
| XYZ | 43.68 | 22.99 | 57.39 | - |
| YUV | 120.44 | 173.47 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 50 | 201 | 0 | 0.78 | 0.12 | 0.11 | 309.1 | 0.77 | 0.55 |
| Hex | E4 | 32 | C9 | 0 | 4E | C | B | 135 | 4D | 37 |
| Octal | 344 | 62 | 311 | 0 | 116 | 14 | 13 | 465 | 115 | 67 |
| Binary | 11100100 | 110010 | 11001001 | 0 | 1001110 | 1100 | 1011 | 100110101 | 1001101 | 110111 |
Color Harmonies of #E432C9
Complementary color
Monochromatic Colors of #E432C9
Black with #E432C9
Text Example
Text Example
White with #E432C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E432C9; }
p { color: rgb(228,50,201); }
H1.HeaderClassName
{
color: #E432C9;
}
.AnyTagClassName
{
color: #E432C9;
}
</style>
background-color css
<style>
a { background-color: #E432C9; }
a { background-color: rgb(228,50,201); }
div.DivClassName
{
background-color: #E432C9;
}
.BgClassName
{
background-color: #E432C9;
}
</style>
border-color css
<style>
span { border-color: #E432C9; }
span { border-color: rgb(228,50,201); }
td.TdClassName
{
border-color: #E432C9;
}
.TagClassName
{
border-color: #E432C9;
}
</style>