Shades of Razzle Dazzle Rose #EF2BCE
Tints of Razzle Dazzle Rose #EF2BCE
RGB
CMYK
RGB Variations
Color information
#EF2BCE (or 0xEF2BCE) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2B and CE. RGB value is (239,43,206). Sum of RGB (Red+Green+Blue) = 239+43+206=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 43 (17.19% from 255 or 8.81% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2BCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2BCE is #10D431. Grayscale: #777777. Windows color (decimal): -1102898 or 13511663. OLE color: 13511663.
HSL color Cylindrical-coordinate representation of color #EF2BCE: hue angle of 310.1º 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 #EF2BCE is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 43 | 206 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.06 |
| HSL | 310.1º | 0.86% | 0.55% | - |
| HSV(B) | 310.1º | 0.82% | 0.94% | - |
| XYZ | 47.6 | 24.53 | 60.62 | - |
| YUV | 120.19 | 176.43 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 43 | 206 | 0 | 0.82 | 0.14 | 0.06 | 310.1 | 0.86 | 0.55 |
| Hex | EF | 2B | CE | 0 | 52 | E | 6 | 136 | 56 | 37 |
| Octal | 357 | 53 | 316 | 0 | 122 | 16 | 6 | 466 | 126 | 67 |
| Binary | 11101111 | 101011 | 11001110 | 0 | 1010010 | 1110 | 110 | 100110110 | 1010110 | 110111 |
Color Harmonies of #EF2BCE
Complementary color
Monochromatic Colors of #EF2BCE
Black with #EF2BCE
Text Example
Text Example
White with #EF2BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2BCE; }
p { color: rgb(239,43,206); }
H1.HeaderClassName
{
color: #EF2BCE;
}
.AnyTagClassName
{
color: #EF2BCE;
}
</style>
background-color css
<style>
a { background-color: #EF2BCE; }
a { background-color: rgb(239,43,206); }
div.DivClassName
{
background-color: #EF2BCE;
}
.BgClassName
{
background-color: #EF2BCE;
}
</style>
border-color css
<style>
span { border-color: #EF2BCE; }
span { border-color: rgb(239,43,206); }
td.TdClassName
{
border-color: #EF2BCE;
}
.TagClassName
{
border-color: #EF2BCE;
}
</style>