Shades of Cerise #EF2B61
Tints of Cerise #EF2B61
RGB
CMYK
RGB Variations
Color information
#EF2B61 (or 0xEF2B61) is known color: Cerise. HEX triplet: EF, 2B and 61. RGB value is (239,43,97). Sum of RGB (Red+Green+Blue) = 239+43+97=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2B61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2B61 is #10D49E. Grayscale: #6B6B6B. Windows color (decimal): -1103007 or 6368239. OLE color: 6368239.
HSL color Cylindrical-coordinate representation of color #EF2B61: hue angle of 343.47º 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 #EF2B61 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 43 | 97 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.06 |
| HSL | 343.47º | 0.86% | 0.55% | - |
| HSV(B) | 343.47º | 0.82% | 0.94% | - |
| XYZ | 38.62 | 20.94 | 13.32 | - |
| YUV | 107.76 | 121.93 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 43 | 97 | 0 | 0.82 | 0.59 | 0.06 | 343.47 | 0.86 | 0.55 |
| Hex | EF | 2B | 61 | 0 | 52 | 3B | 6 | 157 | 56 | 37 |
| Octal | 357 | 53 | 141 | 0 | 122 | 73 | 6 | 527 | 126 | 67 |
| Binary | 11101111 | 101011 | 1100001 | 0 | 1010010 | 111011 | 110 | 101010111 | 1010110 | 110111 |
Color Harmonies of #EF2B61
Complementary color
Monochromatic Colors of #EF2B61
Black with #EF2B61
Text Example
Text Example
White with #EF2B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2B61; }
p { color: rgb(239,43,97); }
H1.HeaderClassName
{
color: #EF2B61;
}
.AnyTagClassName
{
color: #EF2B61;
}
</style>
background-color css
<style>
a { background-color: #EF2B61; }
a { background-color: rgb(239,43,97); }
div.DivClassName
{
background-color: #EF2B61;
}
.BgClassName
{
background-color: #EF2B61;
}
</style>
border-color css
<style>
span { border-color: #EF2B61; }
span { border-color: rgb(239,43,97); }
td.TdClassName
{
border-color: #EF2B61;
}
.TagClassName
{
border-color: #EF2B61;
}
</style>