Shades of Razzle Dazzle Rose #EF2CDD
Tints of Razzle Dazzle Rose #EF2CDD
RGB
CMYK
RGB Variations
Color information
#EF2CDD (or 0xEF2CDD) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2C and DD. RGB value is (239,44,221). Sum of RGB (Red+Green+Blue) = 239+44+221=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 44 (17.58% from 255 or 8.73% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2CDD is #10D322. Grayscale: #797979. Windows color (decimal): -1102627 or 14494959. OLE color: 14494959.
HSL color Cylindrical-coordinate representation of color #EF2CDD: hue angle of 305.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 #EF2CDD is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 44 | 221 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.06 |
| HSL | 305.54º | 0.86% | 0.55% | - |
| HSV(B) | 305.54º | 0.82% | 0.94% | - |
| XYZ | 49.55 | 25.37 | 70.69 | - |
| YUV | 122.48 | 183.6 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 44 | 221 | 0 | 0.82 | 0.08 | 0.06 | 305.54 | 0.86 | 0.55 |
| Hex | EF | 2C | DD | 0 | 52 | 8 | 6 | 132 | 56 | 37 |
| Octal | 357 | 54 | 335 | 0 | 122 | 10 | 6 | 462 | 126 | 67 |
| Binary | 11101111 | 101100 | 11011101 | 0 | 1010010 | 1000 | 110 | 100110010 | 1010110 | 110111 |
Color Harmonies of #EF2CDD
Complementary color
Monochromatic Colors of #EF2CDD
Black with #EF2CDD
Text Example
Text Example
White with #EF2CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2CDD; }
p { color: rgb(239,44,221); }
H1.HeaderClassName
{
color: #EF2CDD;
}
.AnyTagClassName
{
color: #EF2CDD;
}
</style>
background-color css
<style>
a { background-color: #EF2CDD; }
a { background-color: rgb(239,44,221); }
div.DivClassName
{
background-color: #EF2CDD;
}
.BgClassName
{
background-color: #EF2CDD;
}
</style>
border-color css
<style>
span { border-color: #EF2CDD; }
span { border-color: rgb(239,44,221); }
td.TdClassName
{
border-color: #EF2CDD;
}
.TagClassName
{
border-color: #EF2CDD;
}
</style>