Shades of Razzle Dazzle Rose #EE32B9
Tints of Razzle Dazzle Rose #EE32B9
RGB
CMYK
RGB Variations
Color information
#EE32B9 (or 0xEE32B9) is known color: Razzle Dazzle Rose. HEX triplet: EE, 32 and B9. RGB value is (238,50,185). Sum of RGB (Red+Green+Blue) = 238+50+185=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 50 (19.92% from 255 or 10.57% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE32B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE32B9 is #11CD46. Grayscale: #797979. Windows color (decimal): -1166663 or 12137198. OLE color: 12137198.
HSL color Cylindrical-coordinate representation of color #EE32B9: hue angle of 316.91º 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 #EE32B9 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 185 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.07 |
| HSL | 316.91º | 0.85% | 0.56% | - |
| HSV(B) | 316.91º | 0.79% | 0.93% | - |
| XYZ | 45.16 | 23.96 | 48.14 | - |
| YUV | 121.6 | 163.78 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 185 | 0 | 0.79 | 0.22 | 0.07 | 316.91 | 0.85 | 0.56 |
| Hex | EE | 32 | B9 | 0 | 4F | 16 | 7 | 13D | 55 | 38 |
| Octal | 356 | 62 | 271 | 0 | 117 | 26 | 7 | 475 | 125 | 70 |
| Binary | 11101110 | 110010 | 10111001 | 0 | 1001111 | 10110 | 111 | 100111101 | 1010101 | 111000 |
Color Harmonies of #EE32B9
Complementary color
Monochromatic Colors of #EE32B9
Black with #EE32B9
Text Example
Text Example
White with #EE32B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE32B9; }
p { color: rgb(238,50,185); }
H1.HeaderClassName
{
color: #EE32B9;
}
.AnyTagClassName
{
color: #EE32B9;
}
</style>
background-color css
<style>
a { background-color: #EE32B9; }
a { background-color: rgb(238,50,185); }
div.DivClassName
{
background-color: #EE32B9;
}
.BgClassName
{
background-color: #EE32B9;
}
</style>
border-color css
<style>
span { border-color: #EE32B9; }
span { border-color: rgb(238,50,185); }
td.TdClassName
{
border-color: #EE32B9;
}
.TagClassName
{
border-color: #EE32B9;
}
</style>