Shades of Razzle Dazzle Rose #EF2BCC
Tints of Razzle Dazzle Rose #EF2BCC
RGB
CMYK
RGB Variations
Color information
#EF2BCC (or 0xEF2BCC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2B and CC. RGB value is (239,43,204). Sum of RGB (Red+Green+Blue) = 239+43+204=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 43 (17.19% from 255 or 8.85% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2BCC is #10D433. Grayscale: #777777. Windows color (decimal): -1102900 or 13380591. OLE color: 13380591.
HSL color Cylindrical-coordinate representation of color #EF2BCC: hue angle of 310.71º 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 #EF2BCC is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 43 | 204 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.06 |
| HSL | 310.71º | 0.86% | 0.55% | - |
| HSV(B) | 310.71º | 0.82% | 0.94% | - |
| XYZ | 47.36 | 24.44 | 59.35 | - |
| YUV | 119.96 | 175.43 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 43 | 204 | 0 | 0.82 | 0.15 | 0.06 | 310.71 | 0.86 | 0.55 |
| Hex | EF | 2B | CC | 0 | 52 | F | 6 | 137 | 56 | 37 |
| Octal | 357 | 53 | 314 | 0 | 122 | 17 | 6 | 467 | 126 | 67 |
| Binary | 11101111 | 101011 | 11001100 | 0 | 1010010 | 1111 | 110 | 100110111 | 1010110 | 110111 |
Color Harmonies of #EF2BCC
Complementary color
Monochromatic Colors of #EF2BCC
Black with #EF2BCC
Text Example
Text Example
White with #EF2BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2BCC; }
p { color: rgb(239,43,204); }
H1.HeaderClassName
{
color: #EF2BCC;
}
.AnyTagClassName
{
color: #EF2BCC;
}
</style>
background-color css
<style>
a { background-color: #EF2BCC; }
a { background-color: rgb(239,43,204); }
div.DivClassName
{
background-color: #EF2BCC;
}
.BgClassName
{
background-color: #EF2BCC;
}
</style>
border-color css
<style>
span { border-color: #EF2BCC; }
span { border-color: rgb(239,43,204); }
td.TdClassName
{
border-color: #EF2BCC;
}
.TagClassName
{
border-color: #EF2BCC;
}
</style>