Shades of Razzle Dazzle Rose #EE28CE
Tints of Razzle Dazzle Rose #EE28CE
RGB
CMYK
RGB Variations
Color information
#EE28CE (or 0xEE28CE) is known color: Razzle Dazzle Rose. HEX triplet: EE, 28 and CE. RGB value is (238,40,206). Sum of RGB (Red+Green+Blue) = 238+40+206=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 40 (16.02% from 255 or 8.26% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE28CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE28CE is #11D731. Grayscale: #757575. Windows color (decimal): -1169202 or 13510894. OLE color: 13510894.
HSL color Cylindrical-coordinate representation of color #EE28CE: hue angle of 309.7º 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 #EE28CE is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 40 | 206 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.07 |
| HSL | 309.7º | 0.85% | 0.55% | - |
| HSV(B) | 309.7º | 0.83% | 0.93% | - |
| XYZ | 47.16 | 24.15 | 60.57 | - |
| YUV | 118.13 | 177.6 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 40 | 206 | 0 | 0.83 | 0.13 | 0.07 | 309.7 | 0.85 | 0.55 |
| Hex | EE | 28 | CE | 0 | 53 | D | 7 | 136 | 55 | 37 |
| Octal | 356 | 50 | 316 | 0 | 123 | 15 | 7 | 466 | 125 | 67 |
| Binary | 11101110 | 101000 | 11001110 | 0 | 1010011 | 1101 | 111 | 100110110 | 1010101 | 110111 |
Color Harmonies of #EE28CE
Complementary color
Monochromatic Colors of #EE28CE
Black with #EE28CE
Text Example
Text Example
White with #EE28CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE28CE; }
p { color: rgb(238,40,206); }
H1.HeaderClassName
{
color: #EE28CE;
}
.AnyTagClassName
{
color: #EE28CE;
}
</style>
background-color css
<style>
a { background-color: #EE28CE; }
a { background-color: rgb(238,40,206); }
div.DivClassName
{
background-color: #EE28CE;
}
.BgClassName
{
background-color: #EE28CE;
}
</style>
border-color css
<style>
span { border-color: #EE28CE; }
span { border-color: rgb(238,40,206); }
td.TdClassName
{
border-color: #EE28CE;
}
.TagClassName
{
border-color: #EE28CE;
}
</style>