Shades of Razzle Dazzle Rose #EF29D1
Tints of Razzle Dazzle Rose #EF29D1
RGB
CMYK
RGB Variations
Color information
#EF29D1 (or 0xEF29D1) is known color: Razzle Dazzle Rose. HEX triplet: EF, 29 and D1. RGB value is (239,41,209). Sum of RGB (Red+Green+Blue) = 239+41+209=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 41 (16.41% from 255 or 8.38% from 489); Blue value is 209 (82.03% from 255 or 42.74% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EF29D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF29D1 is #10D62E. Grayscale: #767676. Windows color (decimal): -1103407 or 13707759. OLE color: 13707759.
HSL color Cylindrical-coordinate representation of color #EF29D1: hue angle of 309.09º 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 #EF29D1 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 41 | 209 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.06 |
| HSL | 309.09º | 0.86% | 0.55% | - |
| HSV(B) | 309.09º | 0.83% | 0.94% | - |
| XYZ | 47.9 | 24.54 | 62.53 | - |
| YUV | 119.35 | 178.6 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 209 | 0 | 0.83 | 0.13 | 0.06 | 309.09 | 0.86 | 0.55 |
| Hex | EF | 29 | D1 | 0 | 53 | D | 6 | 135 | 56 | 37 |
| Octal | 357 | 51 | 321 | 0 | 123 | 15 | 6 | 465 | 126 | 67 |
| Binary | 11101111 | 101001 | 11010001 | 0 | 1010011 | 1101 | 110 | 100110101 | 1010110 | 110111 |
Color Harmonies of #EF29D1
Complementary color
Monochromatic Colors of #EF29D1
Black with #EF29D1
Text Example
Text Example
White with #EF29D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF29D1; }
p { color: rgb(239,41,209); }
H1.HeaderClassName
{
color: #EF29D1;
}
.AnyTagClassName
{
color: #EF29D1;
}
</style>
background-color css
<style>
a { background-color: #EF29D1; }
a { background-color: rgb(239,41,209); }
div.DivClassName
{
background-color: #EF29D1;
}
.BgClassName
{
background-color: #EF29D1;
}
</style>
border-color css
<style>
span { border-color: #EF29D1; }
span { border-color: rgb(239,41,209); }
td.TdClassName
{
border-color: #EF29D1;
}
.TagClassName
{
border-color: #EF29D1;
}
</style>