Shades of Razzle Dazzle Rose #EE32B7
Tints of Razzle Dazzle Rose #EE32B7
RGB
CMYK
RGB Variations
Color information
#EE32B7 (or 0xEE32B7) is known color: Razzle Dazzle Rose. HEX triplet: EE, 32 and B7. RGB value is (238,50,183). Sum of RGB (Red+Green+Blue) = 238+50+183=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 50 (19.92% from 255 or 10.62% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE32B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE32B7 is #11CD48. Grayscale: #797979. Windows color (decimal): -1166665 or 12006126. OLE color: 12006126.
HSL color Cylindrical-coordinate representation of color #EE32B7: hue angle of 317.55º 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 #EE32B7 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 183 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.07 |
| HSL | 317.55º | 0.85% | 0.56% | - |
| HSV(B) | 317.55º | 0.79% | 0.93% | - |
| XYZ | 44.95 | 23.88 | 47.04 | - |
| YUV | 121.37 | 162.78 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 183 | 0 | 0.79 | 0.23 | 0.07 | 317.55 | 0.85 | 0.56 |
| Hex | EE | 32 | B7 | 0 | 4F | 17 | 7 | 13E | 55 | 38 |
| Octal | 356 | 62 | 267 | 0 | 117 | 27 | 7 | 476 | 125 | 70 |
| Binary | 11101110 | 110010 | 10110111 | 0 | 1001111 | 10111 | 111 | 100111110 | 1010101 | 111000 |
Color Harmonies of #EE32B7
Complementary color
Monochromatic Colors of #EE32B7
Black with #EE32B7
Text Example
Text Example
White with #EE32B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE32B7; }
p { color: rgb(238,50,183); }
H1.HeaderClassName
{
color: #EE32B7;
}
.AnyTagClassName
{
color: #EE32B7;
}
</style>
background-color css
<style>
a { background-color: #EE32B7; }
a { background-color: rgb(238,50,183); }
div.DivClassName
{
background-color: #EE32B7;
}
.BgClassName
{
background-color: #EE32B7;
}
</style>
border-color css
<style>
span { border-color: #EE32B7; }
span { border-color: rgb(238,50,183); }
td.TdClassName
{
border-color: #EE32B7;
}
.TagClassName
{
border-color: #EE32B7;
}
</style>