Shades of Razzle Dazzle Rose #EF2ADD
Tints of Razzle Dazzle Rose #EF2ADD
RGB
CMYK
RGB Variations
Color information
#EF2ADD (or 0xEF2ADD) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2A and DD. RGB value is (239,42,221). Sum of RGB (Red+Green+Blue) = 239+42+221=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 42 (16.80% from 255 or 8.37% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2ADD is #10D522. Grayscale: #787878. Windows color (decimal): -1103139 or 14494447. OLE color: 14494447.
HSL color Cylindrical-coordinate representation of color #EF2ADD: hue angle of 305.48º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2ADD is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 42 | 221 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.06 |
| HSL | 305.48º | 0.86% | 0.55% | - |
| HSV(B) | 305.48º | 0.82% | 0.94% | - |
| XYZ | 49.48 | 25.23 | 70.67 | - |
| YUV | 121.31 | 184.27 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 42 | 221 | 0 | 0.82 | 0.08 | 0.06 | 305.48 | 0.86 | 0.55 |
| Hex | EF | 2A | DD | 0 | 52 | 8 | 6 | 131 | 56 | 37 |
| Octal | 357 | 52 | 335 | 0 | 122 | 10 | 6 | 461 | 126 | 67 |
| Binary | 11101111 | 101010 | 11011101 | 0 | 1010010 | 1000 | 110 | 100110001 | 1010110 | 110111 |
Color Harmonies of #EF2ADD
Complementary color
Monochromatic Colors of #EF2ADD
Black with #EF2ADD
Text Example
Text Example
White with #EF2ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2ADD; }
p { color: rgb(239,42,221); }
H1.HeaderClassName
{
color: #EF2ADD;
}
.AnyTagClassName
{
color: #EF2ADD;
}
</style>
background-color css
<style>
a { background-color: #EF2ADD; }
a { background-color: rgb(239,42,221); }
div.DivClassName
{
background-color: #EF2ADD;
}
.BgClassName
{
background-color: #EF2ADD;
}
</style>
border-color css
<style>
span { border-color: #EF2ADD; }
span { border-color: rgb(239,42,221); }
td.TdClassName
{
border-color: #EF2ADD;
}
.TagClassName
{
border-color: #EF2ADD;
}
</style>