Shades of Cerise #EE2860
Tints of Cerise #EE2860
RGB
CMYK
RGB Variations
Color information
#EE2860 (or 0xEE2860) is known color: Cerise. HEX triplet: EE, 28 and 60. RGB value is (238,40,96). Sum of RGB (Red+Green+Blue) = 238+40+96=374 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.64% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2860 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2860 is #11D79F. Grayscale: #696969. Windows color (decimal): -1169312 or 6301934. OLE color: 6301934.
HSL color Cylindrical-coordinate representation of color #EE2860: hue angle of 343.03º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE2860 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 40 | 96 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.07 |
| HSL | 343.03º | 0.85% | 0.55% | - |
| HSV(B) | 343.03º | 0.83% | 0.93% | - |
| XYZ | 38.13 | 20.54 | 13.02 | - |
| YUV | 105.59 | 122.6 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 40 | 96 | 0 | 0.83 | 0.60 | 0.07 | 343.03 | 0.85 | 0.55 |
| Hex | EE | 28 | 60 | 0 | 53 | 3C | 7 | 157 | 55 | 37 |
| Octal | 356 | 50 | 140 | 0 | 123 | 74 | 7 | 527 | 125 | 67 |
| Binary | 11101110 | 101000 | 1100000 | 0 | 1010011 | 111100 | 111 | 101010111 | 1010101 | 110111 |
Color Harmonies of #EE2860
Complementary color
Monochromatic Colors of #EE2860
Black with #EE2860
Text Example
Text Example
White with #EE2860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2860; }
p { color: rgb(238,40,96); }
H1.HeaderClassName
{
color: #EE2860;
}
.AnyTagClassName
{
color: #EE2860;
}
</style>
background-color css
<style>
a { background-color: #EE2860; }
a { background-color: rgb(238,40,96); }
div.DivClassName
{
background-color: #EE2860;
}
.BgClassName
{
background-color: #EE2860;
}
</style>
border-color css
<style>
span { border-color: #EE2860; }
span { border-color: rgb(238,40,96); }
td.TdClassName
{
border-color: #EE2860;
}
.TagClassName
{
border-color: #EE2860;
}
</style>