Shades of Razzle Dazzle Rose #EF2CEA
Tints of Razzle Dazzle Rose #EF2CEA
RGB
CMYK
RGB Variations
Color information
#EF2CEA (or 0xEF2CEA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2C and EA. RGB value is (239,44,234). Sum of RGB (Red+Green+Blue) = 239+44+234=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 44 (17.58% from 255 or 8.51% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2CEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2CEA is #10D315. Grayscale: #7B7B7B. Windows color (decimal): -1102614 or 15346927. OLE color: 15346927.
HSL color Cylindrical-coordinate representation of color #EF2CEA: hue angle of 301.54º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2CEA is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 44 | 234 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.06 |
| HSL | 301.54º | 0.86% | 0.55% | - |
| HSV(B) | 301.54º | 0.82% | 0.94% | - |
| XYZ | 51.35 | 26.09 | 80.17 | - |
| YUV | 123.97 | 190.1 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 44 | 234 | 0 | 0.82 | 0.02 | 0.06 | 301.54 | 0.86 | 0.55 |
| Hex | EF | 2C | EA | 0 | 52 | 2 | 6 | 12E | 56 | 37 |
| Octal | 357 | 54 | 352 | 0 | 122 | 2 | 6 | 456 | 126 | 67 |
| Binary | 11101111 | 101100 | 11101010 | 0 | 1010010 | 10 | 110 | 100101110 | 1010110 | 110111 |
Color Harmonies of #EF2CEA
Complementary color
Monochromatic Colors of #EF2CEA
Black with #EF2CEA
Text Example
Text Example
White with #EF2CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2CEA; }
p { color: rgb(239,44,234); }
H1.HeaderClassName
{
color: #EF2CEA;
}
.AnyTagClassName
{
color: #EF2CEA;
}
</style>
background-color css
<style>
a { background-color: #EF2CEA; }
a { background-color: rgb(239,44,234); }
div.DivClassName
{
background-color: #EF2CEA;
}
.BgClassName
{
background-color: #EF2CEA;
}
</style>
border-color css
<style>
span { border-color: #EF2CEA; }
span { border-color: rgb(239,44,234); }
td.TdClassName
{
border-color: #EF2CEA;
}
.TagClassName
{
border-color: #EF2CEA;
}
</style>