Shades of Razzle Dazzle Rose #E924DF
Tints of Razzle Dazzle Rose #E924DF
RGB
CMYK
RGB Variations
Color information
#E924DF (or 0xE924DF) is known color: Razzle Dazzle Rose. HEX triplet: E9, 24 and DF. RGB value is (233,36,223). Sum of RGB (Red+Green+Blue) = 233+36+223=492 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.36% from 492); Green value is 36 (14.45% from 255 or 7.32% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 233 - color contains mainly: red. Hex color #E924DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E924DF is #16DB20. Grayscale: #737373. Windows color (decimal): -1497889 or 14623977. OLE color: 14623977.
HSL color Cylindrical-coordinate representation of color #E924DF: hue angle of 303.05º 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 #E924DF is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 36 | 223 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.09 |
| HSL | 303.05º | 0.82% | 0.53% | - |
| HSV(B) | 303.05º | 0.85% | 0.91% | - |
| XYZ | 47.55 | 23.91 | 71.92 | - |
| YUV | 116.22 | 188.27 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 36 | 223 | 0 | 0.85 | 0.04 | 0.09 | 303.05 | 0.82 | 0.53 |
| Hex | E9 | 24 | DF | 0 | 55 | 4 | 9 | 12F | 52 | 35 |
| Octal | 351 | 44 | 337 | 0 | 125 | 4 | 11 | 457 | 122 | 65 |
| Binary | 11101001 | 100100 | 11011111 | 0 | 1010101 | 100 | 1001 | 100101111 | 1010010 | 110101 |
Color Harmonies of #E924DF
Complementary color
Monochromatic Colors of #E924DF
Black with #E924DF
Text Example
Text Example
White with #E924DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E924DF; }
p { color: rgb(233,36,223); }
H1.HeaderClassName
{
color: #E924DF;
}
.AnyTagClassName
{
color: #E924DF;
}
</style>
background-color css
<style>
a { background-color: #E924DF; }
a { background-color: rgb(233,36,223); }
div.DivClassName
{
background-color: #E924DF;
}
.BgClassName
{
background-color: #E924DF;
}
</style>
border-color css
<style>
span { border-color: #E924DF; }
span { border-color: rgb(233,36,223); }
td.TdClassName
{
border-color: #E924DF;
}
.TagClassName
{
border-color: #E924DF;
}
</style>