Shades of Cerise #EE2260
Tints of Cerise #EE2260
RGB
CMYK
RGB Variations
Color information
#EE2260 (or 0xEE2260) is known color: Cerise. HEX triplet: EE, 22 and 60. RGB value is (238,34,96). Sum of RGB (Red+Green+Blue) = 238+34+96=368 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.67% from 368); Green value is 34 (13.67% from 255 or 9.24% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2260 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2260 is #11DD9F. Grayscale: #666666. Windows color (decimal): -1170848 or 6300398. OLE color: 6300398.
HSL color Cylindrical-coordinate representation of color #EE2260: hue angle of 341.76º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE2260 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 34 | 96 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.07 |
| HSL | 341.76º | 0.86% | 0.53% | - |
| HSV(B) | 341.76º | 0.86% | 0.93% | - |
| XYZ | 37.94 | 20.17 | 12.96 | - |
| YUV | 102.06 | 124.59 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 34 | 96 | 0 | 0.86 | 0.60 | 0.07 | 341.76 | 0.86 | 0.53 |
| Hex | EE | 22 | 60 | 0 | 56 | 3C | 7 | 156 | 56 | 35 |
| Octal | 356 | 42 | 140 | 0 | 126 | 74 | 7 | 526 | 126 | 65 |
| Binary | 11101110 | 100010 | 1100000 | 0 | 1010110 | 111100 | 111 | 101010110 | 1010110 | 110101 |
Color Harmonies of #EE2260
Complementary color
Monochromatic Colors of #EE2260
Black with #EE2260
Text Example
Text Example
White with #EE2260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2260; }
p { color: rgb(238,34,96); }
H1.HeaderClassName
{
color: #EE2260;
}
.AnyTagClassName
{
color: #EE2260;
}
</style>
background-color css
<style>
a { background-color: #EE2260; }
a { background-color: rgb(238,34,96); }
div.DivClassName
{
background-color: #EE2260;
}
.BgClassName
{
background-color: #EE2260;
}
</style>
border-color css
<style>
span { border-color: #EE2260; }
span { border-color: rgb(238,34,96); }
td.TdClassName
{
border-color: #EE2260;
}
.TagClassName
{
border-color: #EE2260;
}
</style>