Shades of Razzle Dazzle Rose #EF2EEC
Tints of Razzle Dazzle Rose #EF2EEC
RGB
CMYK
RGB Variations
Color information
#EF2EEC (or 0xEF2EEC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2E and EC. RGB value is (239,46,236). Sum of RGB (Red+Green+Blue) = 239+46+236=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 46 (18.36% from 255 or 8.83% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2EEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2EEC is #10D113. Grayscale: #7C7C7C. Windows color (decimal): -1102100 or 15478511. OLE color: 15478511.
HSL color Cylindrical-coordinate representation of color #EF2EEC: hue angle of 300.93º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2EEC is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 46 | 236 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.06 |
| HSL | 300.93º | 0.86% | 0.56% | - |
| HSV(B) | 300.93º | 0.81% | 0.94% | - |
| XYZ | 51.71 | 26.36 | 81.72 | - |
| YUV | 125.37 | 190.44 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 46 | 236 | 0 | 0.81 | 0.01 | 0.06 | 300.93 | 0.86 | 0.56 |
| Hex | EF | 2E | EC | 0 | 51 | 1 | 6 | 12D | 56 | 38 |
| Octal | 357 | 56 | 354 | 0 | 121 | 1 | 6 | 455 | 126 | 70 |
| Binary | 11101111 | 101110 | 11101100 | 0 | 1010001 | 1 | 110 | 100101101 | 1010110 | 111000 |
Color Harmonies of #EF2EEC
Complementary color
Monochromatic Colors of #EF2EEC
Black with #EF2EEC
Text Example
Text Example
White with #EF2EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2EEC; }
p { color: rgb(239,46,236); }
H1.HeaderClassName
{
color: #EF2EEC;
}
.AnyTagClassName
{
color: #EF2EEC;
}
</style>
background-color css
<style>
a { background-color: #EF2EEC; }
a { background-color: rgb(239,46,236); }
div.DivClassName
{
background-color: #EF2EEC;
}
.BgClassName
{
background-color: #EF2EEC;
}
</style>
border-color css
<style>
span { border-color: #EF2EEC; }
span { border-color: rgb(239,46,236); }
td.TdClassName
{
border-color: #EF2EEC;
}
.TagClassName
{
border-color: #EF2EEC;
}
</style>