Shades of Razzle Dazzle Rose #EF2ABC
Tints of Razzle Dazzle Rose #EF2ABC
RGB
CMYK
RGB Variations
Color information
#EF2ABC (or 0xEF2ABC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2A and BC. RGB value is (239,42,188). Sum of RGB (Red+Green+Blue) = 239+42+188=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 42 (16.80% from 255 or 8.96% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2ABC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2ABC is #10D543. Grayscale: #757575. Windows color (decimal): -1103172 or 12331759. OLE color: 12331759.
HSL color Cylindrical-coordinate representation of color #EF2ABC: hue angle of 315.53º 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 #EF2ABC is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 42 | 188 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.06 |
| HSL | 315.53º | 0.86% | 0.55% | - |
| HSV(B) | 315.53º | 0.82% | 0.94% | - |
| XYZ | 45.5 | 23.64 | 49.74 | - |
| YUV | 117.55 | 167.77 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 42 | 188 | 0 | 0.82 | 0.21 | 0.06 | 315.53 | 0.86 | 0.55 |
| Hex | EF | 2A | BC | 0 | 52 | 15 | 6 | 13C | 56 | 37 |
| Octal | 357 | 52 | 274 | 0 | 122 | 25 | 6 | 474 | 126 | 67 |
| Binary | 11101111 | 101010 | 10111100 | 0 | 1010010 | 10101 | 110 | 100111100 | 1010110 | 110111 |
Color Harmonies of #EF2ABC
Complementary color
Monochromatic Colors of #EF2ABC
Black with #EF2ABC
Text Example
Text Example
White with #EF2ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2ABC; }
p { color: rgb(239,42,188); }
H1.HeaderClassName
{
color: #EF2ABC;
}
.AnyTagClassName
{
color: #EF2ABC;
}
</style>
background-color css
<style>
a { background-color: #EF2ABC; }
a { background-color: rgb(239,42,188); }
div.DivClassName
{
background-color: #EF2ABC;
}
.BgClassName
{
background-color: #EF2ABC;
}
</style>
border-color css
<style>
span { border-color: #EF2ABC; }
span { border-color: rgb(239,42,188); }
td.TdClassName
{
border-color: #EF2ABC;
}
.TagClassName
{
border-color: #EF2ABC;
}
</style>