Shades of Razzle Dazzle Rose #EF2CBB
Tints of Razzle Dazzle Rose #EF2CBB
RGB
CMYK
RGB Variations
Color information
#EF2CBB (or 0xEF2CBB) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2C and BB. RGB value is (239,44,187). Sum of RGB (Red+Green+Blue) = 239+44+187=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 44 (17.58% from 255 or 9.36% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2CBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2CBB is #10D344. Grayscale: #767676. Windows color (decimal): -1102661 or 12266735. OLE color: 12266735.
HSL color Cylindrical-coordinate representation of color #EF2CBB: hue angle of 316º 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 #EF2CBB is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 44 | 187 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.06 |
| HSL | 316º | 0.86% | 0.55% | - |
| HSV(B) | 316º | 0.82% | 0.94% | - |
| XYZ | 45.47 | 23.74 | 49.2 | - |
| YUV | 118.61 | 166.6 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 44 | 187 | 0 | 0.82 | 0.22 | 0.06 | 316 | 0.86 | 0.55 |
| Hex | EF | 2C | BB | 0 | 52 | 16 | 6 | 13C | 56 | 37 |
| Octal | 357 | 54 | 273 | 0 | 122 | 26 | 6 | 474 | 126 | 67 |
| Binary | 11101111 | 101100 | 10111011 | 0 | 1010010 | 10110 | 110 | 100111100 | 1010110 | 110111 |
Color Harmonies of #EF2CBB
Complementary color
Monochromatic Colors of #EF2CBB
Black with #EF2CBB
Text Example
Text Example
White with #EF2CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2CBB; }
p { color: rgb(239,44,187); }
H1.HeaderClassName
{
color: #EF2CBB;
}
.AnyTagClassName
{
color: #EF2CBB;
}
</style>
background-color css
<style>
a { background-color: #EF2CBB; }
a { background-color: rgb(239,44,187); }
div.DivClassName
{
background-color: #EF2CBB;
}
.BgClassName
{
background-color: #EF2CBB;
}
</style>
border-color css
<style>
span { border-color: #EF2CBB; }
span { border-color: rgb(239,44,187); }
td.TdClassName
{
border-color: #EF2CBB;
}
.TagClassName
{
border-color: #EF2CBB;
}
</style>