Shades of Cerise #EE2468
Tints of Cerise #EE2468
RGB
CMYK
RGB Variations
Color information
#EE2468 (or 0xEE2468) is known color: Cerise. HEX triplet: EE, 24 and 68. RGB value is (238,36,104). Sum of RGB (Red+Green+Blue) = 238+36+104=378 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.96% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2468 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2468 is #11DB97. Grayscale: #686868. Windows color (decimal): -1170328 or 6825198. OLE color: 6825198.
HSL color Cylindrical-coordinate representation of color #EE2468: hue angle of 339.8º 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 #EE2468 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 104 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.07 |
| HSL | 339.8º | 0.86% | 0.54% | - |
| HSV(B) | 339.8º | 0.85% | 0.93% | - |
| XYZ | 38.39 | 20.44 | 15.02 | - |
| YUV | 104.15 | 127.92 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 104 | 0 | 0.85 | 0.56 | 0.07 | 339.8 | 0.86 | 0.54 |
| Hex | EE | 24 | 68 | 0 | 55 | 38 | 7 | 154 | 56 | 36 |
| Octal | 356 | 44 | 150 | 0 | 125 | 70 | 7 | 524 | 126 | 66 |
| Binary | 11101110 | 100100 | 1101000 | 0 | 1010101 | 111000 | 111 | 101010100 | 1010110 | 110110 |
Color Harmonies of #EE2468
Complementary color
Monochromatic Colors of #EE2468
Black with #EE2468
Text Example
Text Example
White with #EE2468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2468; }
p { color: rgb(238,36,104); }
H1.HeaderClassName
{
color: #EE2468;
}
.AnyTagClassName
{
color: #EE2468;
}
</style>
background-color css
<style>
a { background-color: #EE2468; }
a { background-color: rgb(238,36,104); }
div.DivClassName
{
background-color: #EE2468;
}
.BgClassName
{
background-color: #EE2468;
}
</style>
border-color css
<style>
span { border-color: #EE2468; }
span { border-color: rgb(238,36,104); }
td.TdClassName
{
border-color: #EE2468;
}
.TagClassName
{
border-color: #EE2468;
}
</style>