Shades of Razzle Dazzle Rose #EF29DC
Tints of Razzle Dazzle Rose #EF29DC
RGB
CMYK
RGB Variations
Color information
#EF29DC (or 0xEF29DC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 29 and DC. RGB value is (239,41,220). Sum of RGB (Red+Green+Blue) = 239+41+220=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 41 (16.41% from 255 or 8.2% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF29DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF29DC is #10D623. Grayscale: #787878. Windows color (decimal): -1103396 or 14428655. OLE color: 14428655.
HSL color Cylindrical-coordinate representation of color #EF29DC: hue angle of 305.76º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF29DC is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 41 | 220 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.06 |
| HSL | 305.76º | 0.86% | 0.55% | - |
| HSV(B) | 305.76º | 0.83% | 0.94% | - |
| XYZ | 49.31 | 25.1 | 69.96 | - |
| YUV | 120.61 | 184.1 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 220 | 0 | 0.83 | 0.08 | 0.06 | 305.76 | 0.86 | 0.55 |
| Hex | EF | 29 | DC | 0 | 53 | 8 | 6 | 132 | 56 | 37 |
| Octal | 357 | 51 | 334 | 0 | 123 | 10 | 6 | 462 | 126 | 67 |
| Binary | 11101111 | 101001 | 11011100 | 0 | 1010011 | 1000 | 110 | 100110010 | 1010110 | 110111 |
Color Harmonies of #EF29DC
Complementary color
Monochromatic Colors of #EF29DC
Black with #EF29DC
Text Example
Text Example
White with #EF29DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF29DC; }
p { color: rgb(239,41,220); }
H1.HeaderClassName
{
color: #EF29DC;
}
.AnyTagClassName
{
color: #EF29DC;
}
</style>
background-color css
<style>
a { background-color: #EF29DC; }
a { background-color: rgb(239,41,220); }
div.DivClassName
{
background-color: #EF29DC;
}
.BgClassName
{
background-color: #EF29DC;
}
</style>
border-color css
<style>
span { border-color: #EF29DC; }
span { border-color: rgb(239,41,220); }
td.TdClassName
{
border-color: #EF29DC;
}
.TagClassName
{
border-color: #EF29DC;
}
</style>