Shades of Cerise #EE2968
Tints of Cerise #EE2968
RGB
CMYK
RGB Variations
Color information
#EE2968 (or 0xEE2968) is known color: Cerise. HEX triplet: EE, 29 and 68. RGB value is (238,41,104). Sum of RGB (Red+Green+Blue) = 238+41+104=383 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.14% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2968 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2968 is #11D697. Grayscale: #6B6B6B. Windows color (decimal): -1169048 or 6826478. OLE color: 6826478.
HSL color Cylindrical-coordinate representation of color #EE2968: hue angle of 340.81º 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 #EE2968 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 41 | 104 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.07 |
| HSL | 340.81º | 0.85% | 0.55% | - |
| HSV(B) | 340.81º | 0.83% | 0.93% | - |
| XYZ | 38.55 | 20.76 | 15.07 | - |
| YUV | 107.09 | 126.27 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 41 | 104 | 0 | 0.83 | 0.56 | 0.07 | 340.81 | 0.85 | 0.55 |
| Hex | EE | 29 | 68 | 0 | 53 | 38 | 7 | 155 | 55 | 37 |
| Octal | 356 | 51 | 150 | 0 | 123 | 70 | 7 | 525 | 125 | 67 |
| Binary | 11101110 | 101001 | 1101000 | 0 | 1010011 | 111000 | 111 | 101010101 | 1010101 | 110111 |
Color Harmonies of #EE2968
Complementary color
Monochromatic Colors of #EE2968
Black with #EE2968
Text Example
Text Example
White with #EE2968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2968; }
p { color: rgb(238,41,104); }
H1.HeaderClassName
{
color: #EE2968;
}
.AnyTagClassName
{
color: #EE2968;
}
</style>
background-color css
<style>
a { background-color: #EE2968; }
a { background-color: rgb(238,41,104); }
div.DivClassName
{
background-color: #EE2968;
}
.BgClassName
{
background-color: #EE2968;
}
</style>
border-color css
<style>
span { border-color: #EE2968; }
span { border-color: rgb(238,41,104); }
td.TdClassName
{
border-color: #EE2968;
}
.TagClassName
{
border-color: #EE2968;
}
</style>