Shades of Razzle Dazzle Rose #EE32CE
Tints of Razzle Dazzle Rose #EE32CE
RGB
CMYK
RGB Variations
Color information
#EE32CE (or 0xEE32CE) is known color: Razzle Dazzle Rose. HEX triplet: EE, 32 and CE. RGB value is (238,50,206). Sum of RGB (Red+Green+Blue) = 238+50+206=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 50 (19.92% from 255 or 10.12% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EE32CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE32CE is #11CD31. Grayscale: #7B7B7B. Windows color (decimal): -1166642 or 13513454. OLE color: 13513454.
HSL color Cylindrical-coordinate representation of color #EE32CE: hue angle of 310.21º 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 #EE32CE is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 206 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.07 |
| HSL | 310.21º | 0.85% | 0.56% | - |
| HSV(B) | 310.21º | 0.79% | 0.93% | - |
| XYZ | 47.54 | 24.91 | 60.7 | - |
| YUV | 124 | 174.28 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 206 | 0 | 0.79 | 0.13 | 0.07 | 310.21 | 0.85 | 0.56 |
| Hex | EE | 32 | CE | 0 | 4F | D | 7 | 136 | 55 | 38 |
| Octal | 356 | 62 | 316 | 0 | 117 | 15 | 7 | 466 | 125 | 70 |
| Binary | 11101110 | 110010 | 11001110 | 0 | 1001111 | 1101 | 111 | 100110110 | 1010101 | 111000 |
Color Harmonies of #EE32CE
Complementary color
Monochromatic Colors of #EE32CE
Black with #EE32CE
Text Example
Text Example
White with #EE32CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE32CE; }
p { color: rgb(238,50,206); }
H1.HeaderClassName
{
color: #EE32CE;
}
.AnyTagClassName
{
color: #EE32CE;
}
</style>
background-color css
<style>
a { background-color: #EE32CE; }
a { background-color: rgb(238,50,206); }
div.DivClassName
{
background-color: #EE32CE;
}
.BgClassName
{
background-color: #EE32CE;
}
</style>
border-color css
<style>
span { border-color: #EE32CE; }
span { border-color: rgb(238,50,206); }
td.TdClassName
{
border-color: #EE32CE;
}
.TagClassName
{
border-color: #EE32CE;
}
</style>