Shades of Razzle Dazzle Rose #EF2CCD
Tints of Razzle Dazzle Rose #EF2CCD
RGB
CMYK
RGB Variations
Color information
#EF2CCD (or 0xEF2CCD) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2C and CD. RGB value is (239,44,205). Sum of RGB (Red+Green+Blue) = 239+44+205=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 44 (17.58% from 255 or 9.02% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2CCD is #10D332. Grayscale: #787878. Windows color (decimal): -1102643 or 13446383. OLE color: 13446383.
HSL color Cylindrical-coordinate representation of color #EF2CCD: hue angle of 310.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 #EF2CCD is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 44 | 205 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.06 |
| HSL | 310.46º | 0.86% | 0.55% | - |
| HSV(B) | 310.46º | 0.82% | 0.94% | - |
| XYZ | 47.52 | 24.56 | 59.99 | - |
| YUV | 120.66 | 175.6 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 44 | 205 | 0 | 0.82 | 0.14 | 0.06 | 310.46 | 0.86 | 0.55 |
| Hex | EF | 2C | CD | 0 | 52 | E | 6 | 136 | 56 | 37 |
| Octal | 357 | 54 | 315 | 0 | 122 | 16 | 6 | 466 | 126 | 67 |
| Binary | 11101111 | 101100 | 11001101 | 0 | 1010010 | 1110 | 110 | 100110110 | 1010110 | 110111 |
Color Harmonies of #EF2CCD
Complementary color
Monochromatic Colors of #EF2CCD
Black with #EF2CCD
Text Example
Text Example
White with #EF2CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2CCD; }
p { color: rgb(239,44,205); }
H1.HeaderClassName
{
color: #EF2CCD;
}
.AnyTagClassName
{
color: #EF2CCD;
}
</style>
background-color css
<style>
a { background-color: #EF2CCD; }
a { background-color: rgb(239,44,205); }
div.DivClassName
{
background-color: #EF2CCD;
}
.BgClassName
{
background-color: #EF2CCD;
}
</style>
border-color css
<style>
span { border-color: #EF2CCD; }
span { border-color: rgb(239,44,205); }
td.TdClassName
{
border-color: #EF2CCD;
}
.TagClassName
{
border-color: #EF2CCD;
}
</style>