Shades of Razzle Dazzle Rose #E032D9
Tints of Razzle Dazzle Rose #E032D9
RGB
CMYK
RGB Variations
Color information
#E032D9 (or 0xE032D9) is known color: Razzle Dazzle Rose. HEX triplet: E0, 32 and D9. RGB value is (224,50,217). Sum of RGB (Red+Green+Blue) = 224+50+217=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 50 (19.92% from 255 or 10.18% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E032D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E032D9 is #1FCD26. Grayscale: #787878. Windows color (decimal): -2084135 or 14234336. OLE color: 14234336.
HSL color Cylindrical-coordinate representation of color #E032D9: hue angle of 302.41º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E032D9 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 217 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.12 |
| HSL | 302.41º | 0.74% | 0.54% | - |
| HSV(B) | 302.41º | 0.78% | 0.88% | - |
| XYZ | 44.41 | 23.14 | 67.77 | - |
| YUV | 121.06 | 182.15 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 217 | 0 | 0.78 | 0.03 | 0.12 | 302.41 | 0.74 | 0.54 |
| Hex | E0 | 32 | D9 | 0 | 4E | 3 | C | 12E | 4A | 36 |
| Octal | 340 | 62 | 331 | 0 | 116 | 3 | 14 | 456 | 112 | 66 |
| Binary | 11100000 | 110010 | 11011001 | 0 | 1001110 | 11 | 1100 | 100101110 | 1001010 | 110110 |
Color Harmonies of #E032D9
Complementary color
Monochromatic Colors of #E032D9
Black with #E032D9
Text Example
Text Example
White with #E032D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E032D9; }
p { color: rgb(224,50,217); }
H1.HeaderClassName
{
color: #E032D9;
}
.AnyTagClassName
{
color: #E032D9;
}
</style>
background-color css
<style>
a { background-color: #E032D9; }
a { background-color: rgb(224,50,217); }
div.DivClassName
{
background-color: #E032D9;
}
.BgClassName
{
background-color: #E032D9;
}
</style>
border-color css
<style>
span { border-color: #E032D9; }
span { border-color: rgb(224,50,217); }
td.TdClassName
{
border-color: #E032D9;
}
.TagClassName
{
border-color: #E032D9;
}
</style>