Shades of Razzle Dazzle Rose #EF20DC
Tints of Razzle Dazzle Rose #EF20DC
RGB
CMYK
RGB Variations
Color information
#EF20DC (or 0xEF20DC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 20 and DC. RGB value is (239,32,220). Sum of RGB (Red+Green+Blue) = 239+32+220=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 32 (12.89% from 255 or 6.52% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF20DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF20DC is #10DF23. Grayscale: #727272. Windows color (decimal): -1105700 or 14426351. OLE color: 14426351.
HSL color Cylindrical-coordinate representation of color #EF20DC: hue angle of 305.51º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF20DC is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 220 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.06 |
| HSL | 305.51º | 0.87% | 0.53% | - |
| HSV(B) | 305.51º | 0.87% | 0.94% | - |
| XYZ | 49.03 | 24.55 | 69.86 | - |
| YUV | 115.33 | 187.08 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 220 | 0 | 0.87 | 0.08 | 0.06 | 305.51 | 0.87 | 0.53 |
| Hex | EF | 20 | DC | 0 | 57 | 8 | 6 | 132 | 57 | 35 |
| Octal | 357 | 40 | 334 | 0 | 127 | 10 | 6 | 462 | 127 | 65 |
| Binary | 11101111 | 100000 | 11011100 | 0 | 1010111 | 1000 | 110 | 100110010 | 1010111 | 110101 |
Color Harmonies of #EF20DC
Complementary color
Monochromatic Colors of #EF20DC
Black with #EF20DC
Text Example
Text Example
White with #EF20DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF20DC; }
p { color: rgb(239,32,220); }
H1.HeaderClassName
{
color: #EF20DC;
}
.AnyTagClassName
{
color: #EF20DC;
}
</style>
background-color css
<style>
a { background-color: #EF20DC; }
a { background-color: rgb(239,32,220); }
div.DivClassName
{
background-color: #EF20DC;
}
.BgClassName
{
background-color: #EF20DC;
}
</style>
border-color css
<style>
span { border-color: #EF20DC; }
span { border-color: rgb(239,32,220); }
td.TdClassName
{
border-color: #EF20DC;
}
.TagClassName
{
border-color: #EF20DC;
}
</style>