Shades of Razzle Dazzle Rose #EE32BB
Tints of Razzle Dazzle Rose #EE32BB
RGB
CMYK
RGB Variations
Color information
#EE32BB (or 0xEE32BB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 32 and BB. RGB value is (238,50,187). Sum of RGB (Red+Green+Blue) = 238+50+187=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 50 (19.92% from 255 or 10.53% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE32BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE32BB is #11CD44. Grayscale: #797979. Windows color (decimal): -1166661 or 12268270. OLE color: 12268270.
HSL color Cylindrical-coordinate representation of color #EE32BB: hue angle of 316.28º 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 #EE32BB is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 187 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.07 |
| HSL | 316.28º | 0.85% | 0.56% | - |
| HSV(B) | 316.28º | 0.79% | 0.93% | - |
| XYZ | 45.37 | 24.05 | 49.26 | - |
| YUV | 121.83 | 164.78 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 187 | 0 | 0.79 | 0.21 | 0.07 | 316.28 | 0.85 | 0.56 |
| Hex | EE | 32 | BB | 0 | 4F | 15 | 7 | 13C | 55 | 38 |
| Octal | 356 | 62 | 273 | 0 | 117 | 25 | 7 | 474 | 125 | 70 |
| Binary | 11101110 | 110010 | 10111011 | 0 | 1001111 | 10101 | 111 | 100111100 | 1010101 | 111000 |
Color Harmonies of #EE32BB
Complementary color
Monochromatic Colors of #EE32BB
Black with #EE32BB
Text Example
Text Example
White with #EE32BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE32BB; }
p { color: rgb(238,50,187); }
H1.HeaderClassName
{
color: #EE32BB;
}
.AnyTagClassName
{
color: #EE32BB;
}
</style>
background-color css
<style>
a { background-color: #EE32BB; }
a { background-color: rgb(238,50,187); }
div.DivClassName
{
background-color: #EE32BB;
}
.BgClassName
{
background-color: #EE32BB;
}
</style>
border-color css
<style>
span { border-color: #EE32BB; }
span { border-color: rgb(238,50,187); }
td.TdClassName
{
border-color: #EE32BB;
}
.TagClassName
{
border-color: #EE32BB;
}
</style>