Shades of Razzle Dazzle Rose #EF2ADE
Tints of Razzle Dazzle Rose #EF2ADE
RGB
CMYK
RGB Variations
Color information
#EF2ADE (or 0xEF2ADE) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2A and DE. RGB value is (239,42,222). Sum of RGB (Red+Green+Blue) = 239+42+222=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 42 (16.80% from 255 or 8.35% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2ADE is #10D521. Grayscale: #787878. Windows color (decimal): -1103138 or 14559983. OLE color: 14559983.
HSL color Cylindrical-coordinate representation of color #EF2ADE: hue angle of 305.18º 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 #EF2ADE is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 42 | 222 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.06 |
| HSL | 305.18º | 0.86% | 0.55% | - |
| HSV(B) | 305.18º | 0.82% | 0.94% | - |
| XYZ | 49.61 | 25.28 | 71.37 | - |
| YUV | 121.42 | 184.77 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 42 | 222 | 0 | 0.82 | 0.07 | 0.06 | 305.18 | 0.86 | 0.55 |
| Hex | EF | 2A | DE | 0 | 52 | 7 | 6 | 131 | 56 | 37 |
| Octal | 357 | 52 | 336 | 0 | 122 | 7 | 6 | 461 | 126 | 67 |
| Binary | 11101111 | 101010 | 11011110 | 0 | 1010010 | 111 | 110 | 100110001 | 1010110 | 110111 |
Color Harmonies of #EF2ADE
Complementary color
Monochromatic Colors of #EF2ADE
Black with #EF2ADE
Text Example
Text Example
White with #EF2ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2ADE; }
p { color: rgb(239,42,222); }
H1.HeaderClassName
{
color: #EF2ADE;
}
.AnyTagClassName
{
color: #EF2ADE;
}
</style>
background-color css
<style>
a { background-color: #EF2ADE; }
a { background-color: rgb(239,42,222); }
div.DivClassName
{
background-color: #EF2ADE;
}
.BgClassName
{
background-color: #EF2ADE;
}
</style>
border-color css
<style>
span { border-color: #EF2ADE; }
span { border-color: rgb(239,42,222); }
td.TdClassName
{
border-color: #EF2ADE;
}
.TagClassName
{
border-color: #EF2ADE;
}
</style>