Shades of Razzle Dazzle Rose #EE32BA
Tints of Razzle Dazzle Rose #EE32BA
RGB
CMYK
RGB Variations
Color information
#EE32BA (or 0xEE32BA) is known color: Razzle Dazzle Rose. HEX triplet: EE, 32 and BA. RGB value is (238,50,186). Sum of RGB (Red+Green+Blue) = 238+50+186=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 50 (19.92% from 255 or 10.55% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE32BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE32BA is #11CD45. Grayscale: #797979. Windows color (decimal): -1166662 or 12202734. OLE color: 12202734.
HSL color Cylindrical-coordinate representation of color #EE32BA: hue angle of 316.6º 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 #EE32BA is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 186 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.07 |
| HSL | 316.6º | 0.85% | 0.56% | - |
| HSV(B) | 316.6º | 0.79% | 0.93% | - |
| XYZ | 45.26 | 24 | 48.7 | - |
| YUV | 121.72 | 164.28 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 186 | 0 | 0.79 | 0.22 | 0.07 | 316.6 | 0.85 | 0.56 |
| Hex | EE | 32 | BA | 0 | 4F | 16 | 7 | 13D | 55 | 38 |
| Octal | 356 | 62 | 272 | 0 | 117 | 26 | 7 | 475 | 125 | 70 |
| Binary | 11101110 | 110010 | 10111010 | 0 | 1001111 | 10110 | 111 | 100111101 | 1010101 | 111000 |
Color Harmonies of #EE32BA
Complementary color
Monochromatic Colors of #EE32BA
Black with #EE32BA
Text Example
Text Example
White with #EE32BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE32BA; }
p { color: rgb(238,50,186); }
H1.HeaderClassName
{
color: #EE32BA;
}
.AnyTagClassName
{
color: #EE32BA;
}
</style>
background-color css
<style>
a { background-color: #EE32BA; }
a { background-color: rgb(238,50,186); }
div.DivClassName
{
background-color: #EE32BA;
}
.BgClassName
{
background-color: #EE32BA;
}
</style>
border-color css
<style>
span { border-color: #EE32BA; }
span { border-color: rgb(238,50,186); }
td.TdClassName
{
border-color: #EE32BA;
}
.TagClassName
{
border-color: #EE32BA;
}
</style>