Shades of Razzle Dazzle Rose #EE2BEC
Tints of Razzle Dazzle Rose #EE2BEC
RGB
CMYK
RGB Variations
Color information
#EE2BEC (or 0xEE2BEC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2B and EC. RGB value is (238,43,236). Sum of RGB (Red+Green+Blue) = 238+43+236=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 43 (17.19% from 255 or 8.32% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2BEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2BEC is #11D413. Grayscale: #7A7A7A. Windows color (decimal): -1168404 or 15477742. OLE color: 15477742.
HSL color Cylindrical-coordinate representation of color #EE2BEC: hue angle of 300.62º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE2BEC is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 43 | 236 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.07 |
| HSL | 300.62º | 0.85% | 0.55% | - |
| HSV(B) | 300.62º | 0.82% | 0.93% | - |
| XYZ | 51.26 | 25.96 | 81.67 | - |
| YUV | 123.31 | 191.6 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 43 | 236 | 0 | 0.82 | 0.01 | 0.07 | 300.62 | 0.85 | 0.55 |
| Hex | EE | 2B | EC | 0 | 52 | 1 | 7 | 12D | 55 | 37 |
| Octal | 356 | 53 | 354 | 0 | 122 | 1 | 7 | 455 | 125 | 67 |
| Binary | 11101110 | 101011 | 11101100 | 0 | 1010010 | 1 | 111 | 100101101 | 1010101 | 110111 |
Color Harmonies of #EE2BEC
Complementary color
Monochromatic Colors of #EE2BEC
Black with #EE2BEC
Text Example
Text Example
White with #EE2BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2BEC; }
p { color: rgb(238,43,236); }
H1.HeaderClassName
{
color: #EE2BEC;
}
.AnyTagClassName
{
color: #EE2BEC;
}
</style>
background-color css
<style>
a { background-color: #EE2BEC; }
a { background-color: rgb(238,43,236); }
div.DivClassName
{
background-color: #EE2BEC;
}
.BgClassName
{
background-color: #EE2BEC;
}
</style>
border-color css
<style>
span { border-color: #EE2BEC; }
span { border-color: rgb(238,43,236); }
td.TdClassName
{
border-color: #EE2BEC;
}
.TagClassName
{
border-color: #EE2BEC;
}
</style>