Shades of Razzle Dazzle Rose #EF2CBA
Tints of Razzle Dazzle Rose #EF2CBA
RGB
CMYK
RGB Variations
Color information
#EF2CBA (or 0xEF2CBA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2C and BA. RGB value is (239,44,186). Sum of RGB (Red+Green+Blue) = 239+44+186=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 44 (17.58% from 255 or 9.38% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2CBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2CBA is #10D345. Grayscale: #767676. Windows color (decimal): -1102662 or 12201199. OLE color: 12201199.
HSL color Cylindrical-coordinate representation of color #EF2CBA: hue angle of 316.31º 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 #EF2CBA is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 44 | 186 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.06 |
| HSL | 316.31º | 0.86% | 0.55% | - |
| HSV(B) | 316.31º | 0.82% | 0.94% | - |
| XYZ | 45.36 | 23.7 | 48.64 | - |
| YUV | 118.49 | 166.1 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 44 | 186 | 0 | 0.82 | 0.22 | 0.06 | 316.31 | 0.86 | 0.55 |
| Hex | EF | 2C | BA | 0 | 52 | 16 | 6 | 13C | 56 | 37 |
| Octal | 357 | 54 | 272 | 0 | 122 | 26 | 6 | 474 | 126 | 67 |
| Binary | 11101111 | 101100 | 10111010 | 0 | 1010010 | 10110 | 110 | 100111100 | 1010110 | 110111 |
Color Harmonies of #EF2CBA
Complementary color
Monochromatic Colors of #EF2CBA
Black with #EF2CBA
Text Example
Text Example
White with #EF2CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2CBA; }
p { color: rgb(239,44,186); }
H1.HeaderClassName
{
color: #EF2CBA;
}
.AnyTagClassName
{
color: #EF2CBA;
}
</style>
background-color css
<style>
a { background-color: #EF2CBA; }
a { background-color: rgb(239,44,186); }
div.DivClassName
{
background-color: #EF2CBA;
}
.BgClassName
{
background-color: #EF2CBA;
}
</style>
border-color css
<style>
span { border-color: #EF2CBA; }
span { border-color: rgb(239,44,186); }
td.TdClassName
{
border-color: #EF2CBA;
}
.TagClassName
{
border-color: #EF2CBA;
}
</style>