Shades of Razzle Dazzle Rose #EE32DC
Tints of Razzle Dazzle Rose #EE32DC
RGB
CMYK
RGB Variations
Color information
#EE32DC (or 0xEE32DC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 32 and DC. RGB value is (238,50,220). Sum of RGB (Red+Green+Blue) = 238+50+220=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 50 (19.92% from 255 or 9.84% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EE32DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE32DC is #11CD23. Grayscale: #7D7D7D. Windows color (decimal): -1166628 or 14430958. OLE color: 14430958.
HSL color Cylindrical-coordinate representation of color #EE32DC: hue angle of 305.74º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE32DC is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 220 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.07 |
| HSL | 305.74º | 0.85% | 0.56% | - |
| HSV(B) | 305.74º | 0.79% | 0.93% | - |
| XYZ | 49.32 | 25.63 | 70.06 | - |
| YUV | 125.59 | 181.28 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 220 | 0 | 0.79 | 0.08 | 0.07 | 305.74 | 0.85 | 0.56 |
| Hex | EE | 32 | DC | 0 | 4F | 8 | 7 | 132 | 55 | 38 |
| Octal | 356 | 62 | 334 | 0 | 117 | 10 | 7 | 462 | 125 | 70 |
| Binary | 11101110 | 110010 | 11011100 | 0 | 1001111 | 1000 | 111 | 100110010 | 1010101 | 111000 |
Color Harmonies of #EE32DC
Complementary color
Monochromatic Colors of #EE32DC
Black with #EE32DC
Text Example
Text Example
White with #EE32DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE32DC; }
p { color: rgb(238,50,220); }
H1.HeaderClassName
{
color: #EE32DC;
}
.AnyTagClassName
{
color: #EE32DC;
}
</style>
background-color css
<style>
a { background-color: #EE32DC; }
a { background-color: rgb(238,50,220); }
div.DivClassName
{
background-color: #EE32DC;
}
.BgClassName
{
background-color: #EE32DC;
}
</style>
border-color css
<style>
span { border-color: #EE32DC; }
span { border-color: rgb(238,50,220); }
td.TdClassName
{
border-color: #EE32DC;
}
.TagClassName
{
border-color: #EE32DC;
}
</style>