Shades of Razzle Dazzle Rose #EF2BCD
Tints of Razzle Dazzle Rose #EF2BCD
RGB
CMYK
RGB Variations
Color information
#EF2BCD (or 0xEF2BCD) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2B and CD. RGB value is (239,43,205). Sum of RGB (Red+Green+Blue) = 239+43+205=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 43 (17.19% from 255 or 8.83% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2BCD is #10D432. Grayscale: #777777. Windows color (decimal): -1102899 or 13446127. OLE color: 13446127.
HSL color Cylindrical-coordinate representation of color #EF2BCD: hue angle of 310.41º 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 #EF2BCD is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 43 | 205 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.06 |
| HSL | 310.41º | 0.86% | 0.55% | - |
| HSV(B) | 310.41º | 0.82% | 0.94% | - |
| XYZ | 47.48 | 24.49 | 59.98 | - |
| YUV | 120.07 | 175.93 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 43 | 205 | 0 | 0.82 | 0.14 | 0.06 | 310.41 | 0.86 | 0.55 |
| Hex | EF | 2B | CD | 0 | 52 | E | 6 | 136 | 56 | 37 |
| Octal | 357 | 53 | 315 | 0 | 122 | 16 | 6 | 466 | 126 | 67 |
| Binary | 11101111 | 101011 | 11001101 | 0 | 1010010 | 1110 | 110 | 100110110 | 1010110 | 110111 |
Color Harmonies of #EF2BCD
Complementary color
Monochromatic Colors of #EF2BCD
Black with #EF2BCD
Text Example
Text Example
White with #EF2BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2BCD; }
p { color: rgb(239,43,205); }
H1.HeaderClassName
{
color: #EF2BCD;
}
.AnyTagClassName
{
color: #EF2BCD;
}
</style>
background-color css
<style>
a { background-color: #EF2BCD; }
a { background-color: rgb(239,43,205); }
div.DivClassName
{
background-color: #EF2BCD;
}
.BgClassName
{
background-color: #EF2BCD;
}
</style>
border-color css
<style>
span { border-color: #EF2BCD; }
span { border-color: rgb(239,43,205); }
td.TdClassName
{
border-color: #EF2BCD;
}
.TagClassName
{
border-color: #EF2BCD;
}
</style>