Shades of Cerise #EE296A
Tints of Cerise #EE296A
RGB
CMYK
RGB Variations
Color information
#EE296A (or 0xEE296A) is known color: Cerise. HEX triplet: EE, 29 and 6A. RGB value is (238,41,106). Sum of RGB (Red+Green+Blue) = 238+41+106=385 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.82% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 238 - color contains mainly: red. Hex color #EE296A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE296A is #11D695. Grayscale: #6B6B6B. Windows color (decimal): -1169046 or 6957550. OLE color: 6957550.
HSL color Cylindrical-coordinate representation of color #EE296A: hue angle of 340.2º 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 #EE296A is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 41 | 106 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.07 |
| HSL | 340.2º | 0.85% | 0.55% | - |
| HSV(B) | 340.2º | 0.83% | 0.93% | - |
| XYZ | 38.65 | 20.8 | 15.61 | - |
| YUV | 107.31 | 127.27 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 41 | 106 | 0 | 0.83 | 0.55 | 0.07 | 340.2 | 0.85 | 0.55 |
| Hex | EE | 29 | 6A | 0 | 53 | 37 | 7 | 154 | 55 | 37 |
| Octal | 356 | 51 | 152 | 0 | 123 | 67 | 7 | 524 | 125 | 67 |
| Binary | 11101110 | 101001 | 1101010 | 0 | 1010011 | 110111 | 111 | 101010100 | 1010101 | 110111 |
Color Harmonies of #EE296A
Complementary color
Monochromatic Colors of #EE296A
Black with #EE296A
Text Example
Text Example
White with #EE296A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE296A; }
p { color: rgb(238,41,106); }
H1.HeaderClassName
{
color: #EE296A;
}
.AnyTagClassName
{
color: #EE296A;
}
</style>
background-color css
<style>
a { background-color: #EE296A; }
a { background-color: rgb(238,41,106); }
div.DivClassName
{
background-color: #EE296A;
}
.BgClassName
{
background-color: #EE296A;
}
</style>
border-color css
<style>
span { border-color: #EE296A; }
span { border-color: rgb(238,41,106); }
td.TdClassName
{
border-color: #EE296A;
}
.TagClassName
{
border-color: #EE296A;
}
</style>