Shades of Razzle Dazzle Rose #E924D6
Tints of Razzle Dazzle Rose #E924D6
RGB
CMYK
RGB Variations
Color information
#E924D6 (or 0xE924D6) is known color: Razzle Dazzle Rose. HEX triplet: E9, 24 and D6. RGB value is (233,36,214). Sum of RGB (Red+Green+Blue) = 233+36+214=483 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.24% from 483); Green value is 36 (14.45% from 255 or 7.45% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 233 - color contains mainly: red. Hex color #E924D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E924D6 is #16DB29. Grayscale: #727272. Windows color (decimal): -1497898 or 14034153. OLE color: 14034153.
HSL color Cylindrical-coordinate representation of color #E924D6: hue angle of 305.79º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E924D6 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 36 | 214 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.09 |
| HSL | 305.79º | 0.82% | 0.53% | - |
| HSV(B) | 305.79º | 0.85% | 0.91% | - |
| XYZ | 46.37 | 23.44 | 65.7 | - |
| YUV | 115.2 | 183.77 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 36 | 214 | 0 | 0.85 | 0.08 | 0.09 | 305.79 | 0.82 | 0.53 |
| Hex | E9 | 24 | D6 | 0 | 55 | 8 | 9 | 132 | 52 | 35 |
| Octal | 351 | 44 | 326 | 0 | 125 | 10 | 11 | 462 | 122 | 65 |
| Binary | 11101001 | 100100 | 11010110 | 0 | 1010101 | 1000 | 1001 | 100110010 | 1010010 | 110101 |
Color Harmonies of #E924D6
Complementary color
Monochromatic Colors of #E924D6
Black with #E924D6
Text Example
Text Example
White with #E924D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E924D6; }
p { color: rgb(233,36,214); }
H1.HeaderClassName
{
color: #E924D6;
}
.AnyTagClassName
{
color: #E924D6;
}
</style>
background-color css
<style>
a { background-color: #E924D6; }
a { background-color: rgb(233,36,214); }
div.DivClassName
{
background-color: #E924D6;
}
.BgClassName
{
background-color: #E924D6;
}
</style>
border-color css
<style>
span { border-color: #E924D6; }
span { border-color: rgb(233,36,214); }
td.TdClassName
{
border-color: #E924D6;
}
.TagClassName
{
border-color: #E924D6;
}
</style>