Shades of Cerise #EE2360
Tints of Cerise #EE2360
RGB
CMYK
RGB Variations
Color information
#EE2360 (or 0xEE2360) is known color: Cerise. HEX triplet: EE, 23 and 60. RGB value is (238,35,96). Sum of RGB (Red+Green+Blue) = 238+35+96=369 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.50% from 369); Green value is 35 (14.06% from 255 or 9.49% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2360 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2360 is #11DC9F. Grayscale: #666666. Windows color (decimal): -1170592 or 6300654. OLE color: 6300654.
HSL color Cylindrical-coordinate representation of color #EE2360: hue angle of 341.97º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE2360 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 35 | 96 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.07 |
| HSL | 341.97º | 0.86% | 0.54% | - |
| HSV(B) | 341.97º | 0.85% | 0.93% | - |
| XYZ | 37.97 | 20.22 | 12.97 | - |
| YUV | 102.65 | 124.25 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 35 | 96 | 0 | 0.85 | 0.60 | 0.07 | 341.97 | 0.86 | 0.54 |
| Hex | EE | 23 | 60 | 0 | 55 | 3C | 7 | 156 | 56 | 36 |
| Octal | 356 | 43 | 140 | 0 | 125 | 74 | 7 | 526 | 126 | 66 |
| Binary | 11101110 | 100011 | 1100000 | 0 | 1010101 | 111100 | 111 | 101010110 | 1010110 | 110110 |
Color Harmonies of #EE2360
Complementary color
Monochromatic Colors of #EE2360
Black with #EE2360
Text Example
Text Example
White with #EE2360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2360; }
p { color: rgb(238,35,96); }
H1.HeaderClassName
{
color: #EE2360;
}
.AnyTagClassName
{
color: #EE2360;
}
</style>
background-color css
<style>
a { background-color: #EE2360; }
a { background-color: rgb(238,35,96); }
div.DivClassName
{
background-color: #EE2360;
}
.BgClassName
{
background-color: #EE2360;
}
</style>
border-color css
<style>
span { border-color: #EE2360; }
span { border-color: rgb(238,35,96); }
td.TdClassName
{
border-color: #EE2360;
}
.TagClassName
{
border-color: #EE2360;
}
</style>