Shades of Razzle Dazzle Rose #EE29E8
Tints of Razzle Dazzle Rose #EE29E8
RGB
CMYK
RGB Variations
Color information
#EE29E8 (or 0xEE29E8) is known color: Razzle Dazzle Rose. HEX triplet: EE, 29 and E8. RGB value is (238,41,232). Sum of RGB (Red+Green+Blue) = 238+41+232=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 41 (16.41% from 255 or 8.02% from 511); Blue value is 232 (91.02% from 255 or 45.40% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EE29E8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE29E8 is #11D617. Grayscale: #797979. Windows color (decimal): -1168920 or 15215086. OLE color: 15215086.
HSL color Cylindrical-coordinate representation of color #EE29E8: hue angle of 301.83º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE29E8 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 41 | 232 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.07 |
| HSL | 301.83º | 0.85% | 0.55% | - |
| HSV(B) | 301.83º | 0.83% | 0.93% | - |
| XYZ | 50.62 | 25.59 | 78.62 | - |
| YUV | 121.68 | 190.27 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 41 | 232 | 0 | 0.83 | 0.03 | 0.07 | 301.83 | 0.85 | 0.55 |
| Hex | EE | 29 | E8 | 0 | 53 | 3 | 7 | 12E | 55 | 37 |
| Octal | 356 | 51 | 350 | 0 | 123 | 3 | 7 | 456 | 125 | 67 |
| Binary | 11101110 | 101001 | 11101000 | 0 | 1010011 | 11 | 111 | 100101110 | 1010101 | 110111 |
Color Harmonies of #EE29E8
Complementary color
Monochromatic Colors of #EE29E8
Black with #EE29E8
Text Example
Text Example
White with #EE29E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE29E8; }
p { color: rgb(238,41,232); }
H1.HeaderClassName
{
color: #EE29E8;
}
.AnyTagClassName
{
color: #EE29E8;
}
</style>
background-color css
<style>
a { background-color: #EE29E8; }
a { background-color: rgb(238,41,232); }
div.DivClassName
{
background-color: #EE29E8;
}
.BgClassName
{
background-color: #EE29E8;
}
</style>
border-color css
<style>
span { border-color: #EE29E8; }
span { border-color: rgb(238,41,232); }
td.TdClassName
{
border-color: #EE29E8;
}
.TagClassName
{
border-color: #EE29E8;
}
</style>