Shades of Razzle Dazzle Rose #EF1DDA
Tints of Razzle Dazzle Rose #EF1DDA
RGB
CMYK
RGB Variations
Color information
#EF1DDA (or 0xEF1DDA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 1D and DA. RGB value is (239,29,218). Sum of RGB (Red+Green+Blue) = 239+29+218=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 29 (11.72% from 255 or 5.97% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1DDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1DDA is #10E225. Grayscale: #707070. Windows color (decimal): -1106470 or 14294511. OLE color: 14294511.
HSL color Cylindrical-coordinate representation of color #EF1DDA: hue angle of 306º 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 #EF1DDA is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 218 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.06 |
| HSL | 306º | 0.87% | 0.53% | - |
| HSV(B) | 306º | 0.88% | 0.94% | - |
| XYZ | 48.69 | 24.29 | 68.45 | - |
| YUV | 113.34 | 187.07 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 218 | 0 | 0.88 | 0.09 | 0.06 | 306 | 0.87 | 0.53 |
| Hex | EF | 1D | DA | 0 | 58 | 9 | 6 | 132 | 57 | 35 |
| Octal | 357 | 35 | 332 | 0 | 130 | 11 | 6 | 462 | 127 | 65 |
| Binary | 11101111 | 11101 | 11011010 | 0 | 1011000 | 1001 | 110 | 100110010 | 1010111 | 110101 |
Color Harmonies of #EF1DDA
Complementary color
Monochromatic Colors of #EF1DDA
Black with #EF1DDA
Text Example
Text Example
White with #EF1DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1DDA; }
p { color: rgb(239,29,218); }
H1.HeaderClassName
{
color: #EF1DDA;
}
.AnyTagClassName
{
color: #EF1DDA;
}
</style>
background-color css
<style>
a { background-color: #EF1DDA; }
a { background-color: rgb(239,29,218); }
div.DivClassName
{
background-color: #EF1DDA;
}
.BgClassName
{
background-color: #EF1DDA;
}
</style>
border-color css
<style>
span { border-color: #EF1DDA; }
span { border-color: rgb(239,29,218); }
td.TdClassName
{
border-color: #EF1DDA;
}
.TagClassName
{
border-color: #EF1DDA;
}
</style>