Shades of Razzle Dazzle Rose #EF2BCB
Tints of Razzle Dazzle Rose #EF2BCB
RGB
CMYK
RGB Variations
Color information
#EF2BCB (or 0xEF2BCB) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2B and CB. RGB value is (239,43,203). Sum of RGB (Red+Green+Blue) = 239+43+203=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 43 (17.19% from 255 or 8.87% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2BCB is #10D434. Grayscale: #777777. Windows color (decimal): -1102901 or 13315055. OLE color: 13315055.
HSL color Cylindrical-coordinate representation of color #EF2BCB: hue angle of 311.02º 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 #EF2BCB is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 43 | 203 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.06 |
| HSL | 311.02º | 0.86% | 0.55% | - |
| HSV(B) | 311.02º | 0.82% | 0.94% | - |
| XYZ | 47.24 | 24.39 | 58.72 | - |
| YUV | 119.84 | 174.93 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 43 | 203 | 0 | 0.82 | 0.15 | 0.06 | 311.02 | 0.86 | 0.55 |
| Hex | EF | 2B | CB | 0 | 52 | F | 6 | 137 | 56 | 37 |
| Octal | 357 | 53 | 313 | 0 | 122 | 17 | 6 | 467 | 126 | 67 |
| Binary | 11101111 | 101011 | 11001011 | 0 | 1010010 | 1111 | 110 | 100110111 | 1010110 | 110111 |
Color Harmonies of #EF2BCB
Complementary color
Monochromatic Colors of #EF2BCB
Black with #EF2BCB
Text Example
Text Example
White with #EF2BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2BCB; }
p { color: rgb(239,43,203); }
H1.HeaderClassName
{
color: #EF2BCB;
}
.AnyTagClassName
{
color: #EF2BCB;
}
</style>
background-color css
<style>
a { background-color: #EF2BCB; }
a { background-color: rgb(239,43,203); }
div.DivClassName
{
background-color: #EF2BCB;
}
.BgClassName
{
background-color: #EF2BCB;
}
</style>
border-color css
<style>
span { border-color: #EF2BCB; }
span { border-color: rgb(239,43,203); }
td.TdClassName
{
border-color: #EF2BCB;
}
.TagClassName
{
border-color: #EF2BCB;
}
</style>