Shades of Razzle Dazzle Rose #EE32B8
Tints of Razzle Dazzle Rose #EE32B8
RGB
CMYK
RGB Variations
Color information
#EE32B8 (or 0xEE32B8) is known color: Razzle Dazzle Rose. HEX triplet: EE, 32 and B8. RGB value is (238,50,184). Sum of RGB (Red+Green+Blue) = 238+50+184=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 50 (19.92% from 255 or 10.59% from 472); Blue value is 184 (72.27% from 255 or 38.98% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE32B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE32B8 is #11CD47. Grayscale: #797979. Windows color (decimal): -1166664 or 12071662. OLE color: 12071662.
HSL color Cylindrical-coordinate representation of color #EE32B8: hue angle of 317.23º 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 #EE32B8 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 184 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.07 |
| HSL | 317.23º | 0.85% | 0.56% | - |
| HSV(B) | 317.23º | 0.79% | 0.93% | - |
| XYZ | 45.05 | 23.92 | 47.59 | - |
| YUV | 121.49 | 163.28 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 184 | 0 | 0.79 | 0.23 | 0.07 | 317.23 | 0.85 | 0.56 |
| Hex | EE | 32 | B8 | 0 | 4F | 17 | 7 | 13D | 55 | 38 |
| Octal | 356 | 62 | 270 | 0 | 117 | 27 | 7 | 475 | 125 | 70 |
| Binary | 11101110 | 110010 | 10111000 | 0 | 1001111 | 10111 | 111 | 100111101 | 1010101 | 111000 |
Color Harmonies of #EE32B8
Complementary color
Monochromatic Colors of #EE32B8
Black with #EE32B8
Text Example
Text Example
White with #EE32B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE32B8; }
p { color: rgb(238,50,184); }
H1.HeaderClassName
{
color: #EE32B8;
}
.AnyTagClassName
{
color: #EE32B8;
}
</style>
background-color css
<style>
a { background-color: #EE32B8; }
a { background-color: rgb(238,50,184); }
div.DivClassName
{
background-color: #EE32B8;
}
.BgClassName
{
background-color: #EE32B8;
}
</style>
border-color css
<style>
span { border-color: #EE32B8; }
span { border-color: rgb(238,50,184); }
td.TdClassName
{
border-color: #EE32B8;
}
.TagClassName
{
border-color: #EE32B8;
}
</style>