Shades of Razzle Dazzle Rose #EF2CCC
Tints of Razzle Dazzle Rose #EF2CCC
RGB
CMYK
RGB Variations
Color information
#EF2CCC (or 0xEF2CCC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2C and CC. RGB value is (239,44,204). Sum of RGB (Red+Green+Blue) = 239+44+204=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 44 (17.58% from 255 or 9.03% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2CCC is #10D333. Grayscale: #787878. Windows color (decimal): -1102644 or 13380847. OLE color: 13380847.
HSL color Cylindrical-coordinate representation of color #EF2CCC: hue angle of 310.77º 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 #EF2CCC is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 44 | 204 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.06 |
| HSL | 310.77º | 0.86% | 0.55% | - |
| HSV(B) | 310.77º | 0.82% | 0.94% | - |
| XYZ | 47.4 | 24.51 | 59.36 | - |
| YUV | 120.55 | 175.1 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 44 | 204 | 0 | 0.82 | 0.15 | 0.06 | 310.77 | 0.86 | 0.55 |
| Hex | EF | 2C | CC | 0 | 52 | F | 6 | 137 | 56 | 37 |
| Octal | 357 | 54 | 314 | 0 | 122 | 17 | 6 | 467 | 126 | 67 |
| Binary | 11101111 | 101100 | 11001100 | 0 | 1010010 | 1111 | 110 | 100110111 | 1010110 | 110111 |
Color Harmonies of #EF2CCC
Complementary color
Monochromatic Colors of #EF2CCC
Black with #EF2CCC
Text Example
Text Example
White with #EF2CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2CCC; }
p { color: rgb(239,44,204); }
H1.HeaderClassName
{
color: #EF2CCC;
}
.AnyTagClassName
{
color: #EF2CCC;
}
</style>
background-color css
<style>
a { background-color: #EF2CCC; }
a { background-color: rgb(239,44,204); }
div.DivClassName
{
background-color: #EF2CCC;
}
.BgClassName
{
background-color: #EF2CCC;
}
</style>
border-color css
<style>
span { border-color: #EF2CCC; }
span { border-color: rgb(239,44,204); }
td.TdClassName
{
border-color: #EF2CCC;
}
.TagClassName
{
border-color: #EF2CCC;
}
</style>