Shades of Razzle Dazzle Rose #EF2CC0
Tints of Razzle Dazzle Rose #EF2CC0
RGB
CMYK
RGB Variations
Color information
#EF2CC0 (or 0xEF2CC0) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2C and C0. RGB value is (239,44,192). Sum of RGB (Red+Green+Blue) = 239+44+192=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 44 (17.58% from 255 or 9.26% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2CC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2CC0 is #10D33F. Grayscale: #767676. Windows color (decimal): -1102656 or 12594415. OLE color: 12594415.
HSL color Cylindrical-coordinate representation of color #EF2CC0: hue angle of 314.46º 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 #EF2CC0 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 44 | 192 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.06 |
| HSL | 314.46º | 0.86% | 0.55% | - |
| HSV(B) | 314.46º | 0.82% | 0.94% | - |
| XYZ | 46.01 | 23.96 | 52.07 | - |
| YUV | 119.18 | 169.1 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 44 | 192 | 0 | 0.82 | 0.20 | 0.06 | 314.46 | 0.86 | 0.55 |
| Hex | EF | 2C | C0 | 0 | 52 | 14 | 6 | 13A | 56 | 37 |
| Octal | 357 | 54 | 300 | 0 | 122 | 24 | 6 | 472 | 126 | 67 |
| Binary | 11101111 | 101100 | 11000000 | 0 | 1010010 | 10100 | 110 | 100111010 | 1010110 | 110111 |
Color Harmonies of #EF2CC0
Complementary color
Monochromatic Colors of #EF2CC0
Black with #EF2CC0
Text Example
Text Example
White with #EF2CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2CC0; }
p { color: rgb(239,44,192); }
H1.HeaderClassName
{
color: #EF2CC0;
}
.AnyTagClassName
{
color: #EF2CC0;
}
</style>
background-color css
<style>
a { background-color: #EF2CC0; }
a { background-color: rgb(239,44,192); }
div.DivClassName
{
background-color: #EF2CC0;
}
.BgClassName
{
background-color: #EF2CC0;
}
</style>
border-color css
<style>
span { border-color: #EF2CC0; }
span { border-color: rgb(239,44,192); }
td.TdClassName
{
border-color: #EF2CC0;
}
.TagClassName
{
border-color: #EF2CC0;
}
</style>