Shades of Razzle Dazzle Rose #EE32ED
Tints of Razzle Dazzle Rose #EE32ED
RGB
CMYK
RGB Variations
Color information
#EE32ED (or 0xEE32ED) is known color: Razzle Dazzle Rose. HEX triplet: EE, 32 and ED. RGB value is (238,50,237). Sum of RGB (Red+Green+Blue) = 238+50+237=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 50 (19.92% from 255 or 9.52% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EE32ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE32ED is #11CD12. Grayscale: #7E7E7E. Windows color (decimal): -1166611 or 15545070. OLE color: 15545070.
HSL color Cylindrical-coordinate representation of color #EE32ED: hue angle of 300.32º 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 #EE32ED is Cyan = 0, Magento = 0.79, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 237 | - |
| CMYK | 0 | 0.79 | 0.00 | 0.07 |
| HSL | 300.32º | 0.85% | 0.56% | - |
| HSV(B) | 300.32º | 0.79% | 0.93% | - |
| XYZ | 51.69 | 26.57 | 82.53 | - |
| YUV | 127.53 | 189.78 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 237 | 0 | 0.79 | 0.00 | 0.07 | 300.32 | 0.85 | 0.56 |
| Hex | EE | 32 | ED | 0 | 4F | 0 | 7 | 12C | 55 | 38 |
| Octal | 356 | 62 | 355 | 0 | 117 | 0 | 7 | 454 | 125 | 70 |
| Binary | 11101110 | 110010 | 11101101 | 0 | 1001111 | 0 | 111 | 100101100 | 1010101 | 111000 |
Color Harmonies of #EE32ED
Complementary color
Monochromatic Colors of #EE32ED
Black with #EE32ED
Text Example
Text Example
White with #EE32ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE32ED; }
p { color: rgb(238,50,237); }
H1.HeaderClassName
{
color: #EE32ED;
}
.AnyTagClassName
{
color: #EE32ED;
}
</style>
background-color css
<style>
a { background-color: #EE32ED; }
a { background-color: rgb(238,50,237); }
div.DivClassName
{
background-color: #EE32ED;
}
.BgClassName
{
background-color: #EE32ED;
}
</style>
border-color css
<style>
span { border-color: #EE32ED; }
span { border-color: rgb(238,50,237); }
td.TdClassName
{
border-color: #EE32ED;
}
.TagClassName
{
border-color: #EE32ED;
}
</style>