Shades of Razzle Dazzle Rose #EF2ACE
Tints of Razzle Dazzle Rose #EF2ACE
RGB
CMYK
RGB Variations
Color information
#EF2ACE (or 0xEF2ACE) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2A and CE. RGB value is (239,42,206). Sum of RGB (Red+Green+Blue) = 239+42+206=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 42 (16.80% from 255 or 8.62% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2ACE is #10D531. Grayscale: #777777. Windows color (decimal): -1103154 or 13511407. OLE color: 13511407.
HSL color Cylindrical-coordinate representation of color #EF2ACE: hue angle of 310.05º 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 #EF2ACE is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 42 | 206 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.06 |
| HSL | 310.05º | 0.86% | 0.55% | - |
| HSV(B) | 310.05º | 0.82% | 0.94% | - |
| XYZ | 47.57 | 24.46 | 60.61 | - |
| YUV | 119.6 | 176.77 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 42 | 206 | 0 | 0.82 | 0.14 | 0.06 | 310.05 | 0.86 | 0.55 |
| Hex | EF | 2A | CE | 0 | 52 | E | 6 | 136 | 56 | 37 |
| Octal | 357 | 52 | 316 | 0 | 122 | 16 | 6 | 466 | 126 | 67 |
| Binary | 11101111 | 101010 | 11001110 | 0 | 1010010 | 1110 | 110 | 100110110 | 1010110 | 110111 |
Color Harmonies of #EF2ACE
Complementary color
Monochromatic Colors of #EF2ACE
Black with #EF2ACE
Text Example
Text Example
White with #EF2ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2ACE; }
p { color: rgb(239,42,206); }
H1.HeaderClassName
{
color: #EF2ACE;
}
.AnyTagClassName
{
color: #EF2ACE;
}
</style>
background-color css
<style>
a { background-color: #EF2ACE; }
a { background-color: rgb(239,42,206); }
div.DivClassName
{
background-color: #EF2ACE;
}
.BgClassName
{
background-color: #EF2ACE;
}
</style>
border-color css
<style>
span { border-color: #EF2ACE; }
span { border-color: rgb(239,42,206); }
td.TdClassName
{
border-color: #EF2ACE;
}
.TagClassName
{
border-color: #EF2ACE;
}
</style>