Shades of Razzle Dazzle Rose #EF2ECE
Tints of Razzle Dazzle Rose #EF2ECE
RGB
CMYK
RGB Variations
Color information
#EF2ECE (or 0xEF2ECE) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2E and CE. RGB value is (239,46,206). Sum of RGB (Red+Green+Blue) = 239+46+206=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 46 (18.36% from 255 or 9.37% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2ECE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2ECE is #10D131. Grayscale: #797979. Windows color (decimal): -1102130 or 13512431. OLE color: 13512431.
HSL color Cylindrical-coordinate representation of color #EF2ECE: hue angle of 310.26º 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 #EF2ECE is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 46 | 206 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.06 |
| HSL | 310.26º | 0.86% | 0.56% | - |
| HSV(B) | 310.26º | 0.81% | 0.94% | - |
| XYZ | 47.71 | 24.76 | 60.66 | - |
| YUV | 121.95 | 175.44 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 46 | 206 | 0 | 0.81 | 0.14 | 0.06 | 310.26 | 0.86 | 0.56 |
| Hex | EF | 2E | CE | 0 | 51 | E | 6 | 136 | 56 | 38 |
| Octal | 357 | 56 | 316 | 0 | 121 | 16 | 6 | 466 | 126 | 70 |
| Binary | 11101111 | 101110 | 11001110 | 0 | 1010001 | 1110 | 110 | 100110110 | 1010110 | 111000 |
Color Harmonies of #EF2ECE
Complementary color
Monochromatic Colors of #EF2ECE
Black with #EF2ECE
Text Example
Text Example
White with #EF2ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2ECE; }
p { color: rgb(239,46,206); }
H1.HeaderClassName
{
color: #EF2ECE;
}
.AnyTagClassName
{
color: #EF2ECE;
}
</style>
background-color css
<style>
a { background-color: #EF2ECE; }
a { background-color: rgb(239,46,206); }
div.DivClassName
{
background-color: #EF2ECE;
}
.BgClassName
{
background-color: #EF2ECE;
}
</style>
border-color css
<style>
span { border-color: #EF2ECE; }
span { border-color: rgb(239,46,206); }
td.TdClassName
{
border-color: #EF2ECE;
}
.TagClassName
{
border-color: #EF2ECE;
}
</style>