Shades of Razzle Dazzle Rose #E924DC
Tints of Razzle Dazzle Rose #E924DC
RGB
CMYK
RGB Variations
Color information
#E924DC (or 0xE924DC) is known color: Razzle Dazzle Rose. HEX triplet: E9, 24 and DC. RGB value is (233,36,220). Sum of RGB (Red+Green+Blue) = 233+36+220=489 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.65% from 489); Green value is 36 (14.45% from 255 or 7.36% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 233 - color contains mainly: red. Hex color #E924DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E924DC is #16DB23. Grayscale: #737373. Windows color (decimal): -1497892 or 14427369. OLE color: 14427369.
HSL color Cylindrical-coordinate representation of color #E924DC: hue angle of 303.96º 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 #E924DC is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 36 | 220 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.09 |
| HSL | 303.96º | 0.82% | 0.53% | - |
| HSV(B) | 303.96º | 0.85% | 0.91% | - |
| XYZ | 47.15 | 23.75 | 69.81 | - |
| YUV | 115.88 | 186.77 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 36 | 220 | 0 | 0.85 | 0.06 | 0.09 | 303.96 | 0.82 | 0.53 |
| Hex | E9 | 24 | DC | 0 | 55 | 6 | 9 | 130 | 52 | 35 |
| Octal | 351 | 44 | 334 | 0 | 125 | 6 | 11 | 460 | 122 | 65 |
| Binary | 11101001 | 100100 | 11011100 | 0 | 1010101 | 110 | 1001 | 100110000 | 1010010 | 110101 |
Color Harmonies of #E924DC
Complementary color
Monochromatic Colors of #E924DC
Black with #E924DC
Text Example
Text Example
White with #E924DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E924DC; }
p { color: rgb(233,36,220); }
H1.HeaderClassName
{
color: #E924DC;
}
.AnyTagClassName
{
color: #E924DC;
}
</style>
background-color css
<style>
a { background-color: #E924DC; }
a { background-color: rgb(233,36,220); }
div.DivClassName
{
background-color: #E924DC;
}
.BgClassName
{
background-color: #E924DC;
}
</style>
border-color css
<style>
span { border-color: #E924DC; }
span { border-color: rgb(233,36,220); }
td.TdClassName
{
border-color: #E924DC;
}
.TagClassName
{
border-color: #E924DC;
}
</style>