Shades of Razzle Dazzle Rose #EF2BBB
Tints of Razzle Dazzle Rose #EF2BBB
RGB
CMYK
RGB Variations
Color information
#EF2BBB (or 0xEF2BBB) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2B and BB. RGB value is (239,43,187). Sum of RGB (Red+Green+Blue) = 239+43+187=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 43 (17.19% from 255 or 9.17% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2BBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2BBB is #10D444. Grayscale: #757575. Windows color (decimal): -1102917 or 12266479. OLE color: 12266479.
HSL color Cylindrical-coordinate representation of color #EF2BBB: hue angle of 315.92º 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 #EF2BBB is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 43 | 187 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.06 |
| HSL | 315.92º | 0.86% | 0.55% | - |
| HSV(B) | 315.92º | 0.82% | 0.94% | - |
| XYZ | 45.43 | 23.67 | 49.19 | - |
| YUV | 118.02 | 166.93 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 43 | 187 | 0 | 0.82 | 0.22 | 0.06 | 315.92 | 0.86 | 0.55 |
| Hex | EF | 2B | BB | 0 | 52 | 16 | 6 | 13C | 56 | 37 |
| Octal | 357 | 53 | 273 | 0 | 122 | 26 | 6 | 474 | 126 | 67 |
| Binary | 11101111 | 101011 | 10111011 | 0 | 1010010 | 10110 | 110 | 100111100 | 1010110 | 110111 |
Color Harmonies of #EF2BBB
Complementary color
Monochromatic Colors of #EF2BBB
Black with #EF2BBB
Text Example
Text Example
White with #EF2BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2BBB; }
p { color: rgb(239,43,187); }
H1.HeaderClassName
{
color: #EF2BBB;
}
.AnyTagClassName
{
color: #EF2BBB;
}
</style>
background-color css
<style>
a { background-color: #EF2BBB; }
a { background-color: rgb(239,43,187); }
div.DivClassName
{
background-color: #EF2BBB;
}
.BgClassName
{
background-color: #EF2BBB;
}
</style>
border-color css
<style>
span { border-color: #EF2BBB; }
span { border-color: rgb(239,43,187); }
td.TdClassName
{
border-color: #EF2BBB;
}
.TagClassName
{
border-color: #EF2BBB;
}
</style>