Shades of Razzle Dazzle Rose #EE32EC
Tints of Razzle Dazzle Rose #EE32EC
RGB
CMYK
RGB Variations
Color information
#EE32EC (or 0xEE32EC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 32 and EC. RGB value is (238,50,236). Sum of RGB (Red+Green+Blue) = 238+50+236=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 50 (19.92% from 255 or 9.54% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EE32EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE32EC is #11CD13. Grayscale: #7E7E7E. Windows color (decimal): -1166612 or 15479534. OLE color: 15479534.
HSL color Cylindrical-coordinate representation of color #EE32EC: hue angle of 300.64º 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 #EE32EC is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 236 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.07 |
| HSL | 300.64º | 0.85% | 0.56% | - |
| HSV(B) | 300.64º | 0.79% | 0.93% | - |
| XYZ | 51.54 | 26.51 | 81.76 | - |
| YUV | 127.42 | 189.28 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 236 | 0 | 0.79 | 0.01 | 0.07 | 300.64 | 0.85 | 0.56 |
| Hex | EE | 32 | EC | 0 | 4F | 1 | 7 | 12D | 55 | 38 |
| Octal | 356 | 62 | 354 | 0 | 117 | 1 | 7 | 455 | 125 | 70 |
| Binary | 11101110 | 110010 | 11101100 | 0 | 1001111 | 1 | 111 | 100101101 | 1010101 | 111000 |
Color Harmonies of #EE32EC
Complementary color
Monochromatic Colors of #EE32EC
Black with #EE32EC
Text Example
Text Example
White with #EE32EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE32EC; }
p { color: rgb(238,50,236); }
H1.HeaderClassName
{
color: #EE32EC;
}
.AnyTagClassName
{
color: #EE32EC;
}
</style>
background-color css
<style>
a { background-color: #EE32EC; }
a { background-color: rgb(238,50,236); }
div.DivClassName
{
background-color: #EE32EC;
}
.BgClassName
{
background-color: #EE32EC;
}
</style>
border-color css
<style>
span { border-color: #EE32EC; }
span { border-color: rgb(238,50,236); }
td.TdClassName
{
border-color: #EE32EC;
}
.TagClassName
{
border-color: #EE32EC;
}
</style>