Shades of Razzle Dazzle Rose #EE32BF
Tints of Razzle Dazzle Rose #EE32BF
RGB
CMYK
RGB Variations
Color information
#EE32BF (or 0xEE32BF) is known color: Razzle Dazzle Rose. HEX triplet: EE, 32 and BF. RGB value is (238,50,191). Sum of RGB (Red+Green+Blue) = 238+50+191=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 50 (19.92% from 255 or 10.44% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EE32BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE32BF is #11CD40. Grayscale: #797979. Windows color (decimal): -1166657 or 12530414. OLE color: 12530414.
HSL color Cylindrical-coordinate representation of color #EE32BF: hue angle of 315º 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 #EE32BF is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 191 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.07 |
| HSL | 315º | 0.85% | 0.56% | - |
| HSV(B) | 315º | 0.79% | 0.93% | - |
| XYZ | 45.8 | 24.22 | 51.55 | - |
| YUV | 122.29 | 166.78 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 191 | 0 | 0.79 | 0.20 | 0.07 | 315 | 0.85 | 0.56 |
| Hex | EE | 32 | BF | 0 | 4F | 14 | 7 | 13B | 55 | 38 |
| Octal | 356 | 62 | 277 | 0 | 117 | 24 | 7 | 473 | 125 | 70 |
| Binary | 11101110 | 110010 | 10111111 | 0 | 1001111 | 10100 | 111 | 100111011 | 1010101 | 111000 |
Color Harmonies of #EE32BF
Complementary color
Monochromatic Colors of #EE32BF
Black with #EE32BF
Text Example
Text Example
White with #EE32BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE32BF; }
p { color: rgb(238,50,191); }
H1.HeaderClassName
{
color: #EE32BF;
}
.AnyTagClassName
{
color: #EE32BF;
}
</style>
background-color css
<style>
a { background-color: #EE32BF; }
a { background-color: rgb(238,50,191); }
div.DivClassName
{
background-color: #EE32BF;
}
.BgClassName
{
background-color: #EE32BF;
}
</style>
border-color css
<style>
span { border-color: #EE32BF; }
span { border-color: rgb(238,50,191); }
td.TdClassName
{
border-color: #EE32BF;
}
.TagClassName
{
border-color: #EE32BF;
}
</style>