Shades of Razzle Dazzle Rose #EF1DDD
Tints of Razzle Dazzle Rose #EF1DDD
RGB
CMYK
RGB Variations
Color information
#EF1DDD (or 0xEF1DDD) is known color: Razzle Dazzle Rose. HEX triplet: EF, 1D and DD. RGB value is (239,29,221). Sum of RGB (Red+Green+Blue) = 239+29+221=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 29 (11.72% from 255 or 5.93% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1DDD is #10E222. Grayscale: #717171. Windows color (decimal): -1106467 or 14491119. OLE color: 14491119.
HSL color Cylindrical-coordinate representation of color #EF1DDD: hue angle of 305.14º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1DDD is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 221 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.06 |
| HSL | 305.14º | 0.87% | 0.53% | - |
| HSV(B) | 305.14º | 0.88% | 0.94% | - |
| XYZ | 49.09 | 24.45 | 70.54 | - |
| YUV | 113.68 | 188.57 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 221 | 0 | 0.88 | 0.08 | 0.06 | 305.14 | 0.87 | 0.53 |
| Hex | EF | 1D | DD | 0 | 58 | 8 | 6 | 131 | 57 | 35 |
| Octal | 357 | 35 | 335 | 0 | 130 | 10 | 6 | 461 | 127 | 65 |
| Binary | 11101111 | 11101 | 11011101 | 0 | 1011000 | 1000 | 110 | 100110001 | 1010111 | 110101 |
Color Harmonies of #EF1DDD
Complementary color
Monochromatic Colors of #EF1DDD
Black with #EF1DDD
Text Example
Text Example
White with #EF1DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1DDD; }
p { color: rgb(239,29,221); }
H1.HeaderClassName
{
color: #EF1DDD;
}
.AnyTagClassName
{
color: #EF1DDD;
}
</style>
background-color css
<style>
a { background-color: #EF1DDD; }
a { background-color: rgb(239,29,221); }
div.DivClassName
{
background-color: #EF1DDD;
}
.BgClassName
{
background-color: #EF1DDD;
}
</style>
border-color css
<style>
span { border-color: #EF1DDD; }
span { border-color: rgb(239,29,221); }
td.TdClassName
{
border-color: #EF1DDD;
}
.TagClassName
{
border-color: #EF1DDD;
}
</style>