Shades of Deep Cerise #EF2181
Tints of Deep Cerise #EF2181
RGB
CMYK
RGB Variations
Color information
#EF2181 (or 0xEF2181) is known color: Deep Cerise. HEX triplet: EF, 21 and 81. RGB value is (239,33,129). Sum of RGB (Red+Green+Blue) = 239+33+129=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2181 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2181 is #10DE7E. Grayscale: #696969. Windows color (decimal): -1105535 or 8462831. OLE color: 8462831.
HSL color Cylindrical-coordinate representation of color #EF2181: hue angle of 332.04º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF2181 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 129 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.06 |
| HSL | 332.04º | 0.87% | 0.53% | - |
| HSV(B) | 332.04º | 0.86% | 0.94% | - |
| XYZ | 40.1 | 21.02 | 22.71 | - |
| YUV | 105.54 | 141.25 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 129 | 0 | 0.86 | 0.46 | 0.06 | 332.04 | 0.87 | 0.53 |
| Hex | EF | 21 | 81 | 0 | 56 | 2E | 6 | 14C | 57 | 35 |
| Octal | 357 | 41 | 201 | 0 | 126 | 56 | 6 | 514 | 127 | 65 |
| Binary | 11101111 | 100001 | 10000001 | 0 | 1010110 | 101110 | 110 | 101001100 | 1010111 | 110101 |
Color Harmonies of #EF2181
Complementary color
Monochromatic Colors of #EF2181
Black with #EF2181
Text Example
Text Example
White with #EF2181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2181; }
p { color: rgb(239,33,129); }
H1.HeaderClassName
{
color: #EF2181;
}
.AnyTagClassName
{
color: #EF2181;
}
</style>
background-color css
<style>
a { background-color: #EF2181; }
a { background-color: rgb(239,33,129); }
div.DivClassName
{
background-color: #EF2181;
}
.BgClassName
{
background-color: #EF2181;
}
</style>
border-color css
<style>
span { border-color: #EF2181; }
span { border-color: rgb(239,33,129); }
td.TdClassName
{
border-color: #EF2181;
}
.TagClassName
{
border-color: #EF2181;
}
</style>