Shades of Razzle Dazzle Rose #EF2EBC
Tints of Razzle Dazzle Rose #EF2EBC
RGB
CMYK
RGB Variations
Color information
#EF2EBC (or 0xEF2EBC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2E and BC. RGB value is (239,46,188). Sum of RGB (Red+Green+Blue) = 239+46+188=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 46 (18.36% from 255 or 9.73% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2EBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2EBC is #10D143. Grayscale: #777777. Windows color (decimal): -1102148 or 12332783. OLE color: 12332783.
HSL color Cylindrical-coordinate representation of color #EF2EBC: hue angle of 315.85º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2EBC is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 46 | 188 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.06 |
| HSL | 315.85º | 0.86% | 0.56% | - |
| HSV(B) | 315.85º | 0.81% | 0.94% | - |
| XYZ | 45.65 | 23.94 | 49.79 | - |
| YUV | 119.9 | 166.44 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 46 | 188 | 0 | 0.81 | 0.21 | 0.06 | 315.85 | 0.86 | 0.56 |
| Hex | EF | 2E | BC | 0 | 51 | 15 | 6 | 13C | 56 | 38 |
| Octal | 357 | 56 | 274 | 0 | 121 | 25 | 6 | 474 | 126 | 70 |
| Binary | 11101111 | 101110 | 10111100 | 0 | 1010001 | 10101 | 110 | 100111100 | 1010110 | 111000 |
Color Harmonies of #EF2EBC
Complementary color
Monochromatic Colors of #EF2EBC
Black with #EF2EBC
Text Example
Text Example
White with #EF2EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2EBC; }
p { color: rgb(239,46,188); }
H1.HeaderClassName
{
color: #EF2EBC;
}
.AnyTagClassName
{
color: #EF2EBC;
}
</style>
background-color css
<style>
a { background-color: #EF2EBC; }
a { background-color: rgb(239,46,188); }
div.DivClassName
{
background-color: #EF2EBC;
}
.BgClassName
{
background-color: #EF2EBC;
}
</style>
border-color css
<style>
span { border-color: #EF2EBC; }
span { border-color: rgb(239,46,188); }
td.TdClassName
{
border-color: #EF2EBC;
}
.TagClassName
{
border-color: #EF2EBC;
}
</style>