Shades of Razzle Dazzle Rose #EE2EEC
Tints of Razzle Dazzle Rose #EE2EEC
RGB
CMYK
RGB Variations
Color information
#EE2EEC (or 0xEE2EEC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2E and EC. RGB value is (238,46,236). Sum of RGB (Red+Green+Blue) = 238+46+236=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 46 (18.36% from 255 or 8.85% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2EEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2EEC is #11D113. Grayscale: #7C7C7C. Windows color (decimal): -1167636 or 15478510. OLE color: 15478510.
HSL color Cylindrical-coordinate representation of color #EE2EEC: hue angle of 300.62º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE2EEC is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 46 | 236 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.07 |
| HSL | 300.63º | 0.85% | 0.56% | - |
| HSV(B) | 300.63º | 0.81% | 0.93% | - |
| XYZ | 51.38 | 26.19 | 81.7 | - |
| YUV | 125.07 | 190.61 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 46 | 236 | 0 | 0.81 | 0.01 | 0.07 | 300.63 | 0.85 | 0.56 |
| Hex | EE | 2E | EC | 0 | 51 | 1 | 7 | 12D | 55 | 38 |
| Octal | 356 | 56 | 354 | 0 | 121 | 1 | 7 | 455 | 125 | 70 |
| Binary | 11101110 | 101110 | 11101100 | 0 | 1010001 | 1 | 111 | 100101101 | 1010101 | 111000 |
Color Harmonies of #EE2EEC
Complementary color
Monochromatic Colors of #EE2EEC
Black with #EE2EEC
Text Example
Text Example
White with #EE2EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2EEC; }
p { color: rgb(238,46,236); }
H1.HeaderClassName
{
color: #EE2EEC;
}
.AnyTagClassName
{
color: #EE2EEC;
}
</style>
background-color css
<style>
a { background-color: #EE2EEC; }
a { background-color: rgb(238,46,236); }
div.DivClassName
{
background-color: #EE2EEC;
}
.BgClassName
{
background-color: #EE2EEC;
}
</style>
border-color css
<style>
span { border-color: #EE2EEC; }
span { border-color: rgb(238,46,236); }
td.TdClassName
{
border-color: #EE2EEC;
}
.TagClassName
{
border-color: #EE2EEC;
}
</style>