Shades of Razzle Dazzle Rose #EF2CBF
Tints of Razzle Dazzle Rose #EF2CBF
RGB
CMYK
RGB Variations
Color information
#EF2CBF (or 0xEF2CBF) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2C and BF. RGB value is (239,44,191). Sum of RGB (Red+Green+Blue) = 239+44+191=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 44 (17.58% from 255 or 9.28% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2CBF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2CBF is #10D340. Grayscale: #767676. Windows color (decimal): -1102657 or 12528879. OLE color: 12528879.
HSL color Cylindrical-coordinate representation of color #EF2CBF: hue angle of 314.77º 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 #EF2CBF is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 44 | 191 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.06 |
| HSL | 314.77º | 0.86% | 0.55% | - |
| HSV(B) | 314.77º | 0.82% | 0.94% | - |
| XYZ | 45.9 | 23.91 | 51.49 | - |
| YUV | 119.06 | 168.6 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 44 | 191 | 0 | 0.82 | 0.20 | 0.06 | 314.77 | 0.86 | 0.55 |
| Hex | EF | 2C | BF | 0 | 52 | 14 | 6 | 13B | 56 | 37 |
| Octal | 357 | 54 | 277 | 0 | 122 | 24 | 6 | 473 | 126 | 67 |
| Binary | 11101111 | 101100 | 10111111 | 0 | 1010010 | 10100 | 110 | 100111011 | 1010110 | 110111 |
Color Harmonies of #EF2CBF
Complementary color
Monochromatic Colors of #EF2CBF
Black with #EF2CBF
Text Example
Text Example
White with #EF2CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2CBF; }
p { color: rgb(239,44,191); }
H1.HeaderClassName
{
color: #EF2CBF;
}
.AnyTagClassName
{
color: #EF2CBF;
}
</style>
background-color css
<style>
a { background-color: #EF2CBF; }
a { background-color: rgb(239,44,191); }
div.DivClassName
{
background-color: #EF2CBF;
}
.BgClassName
{
background-color: #EF2CBF;
}
</style>
border-color css
<style>
span { border-color: #EF2CBF; }
span { border-color: rgb(239,44,191); }
td.TdClassName
{
border-color: #EF2CBF;
}
.TagClassName
{
border-color: #EF2CBF;
}
</style>