Shades of Cerise #EE2E5E
Tints of Cerise #EE2E5E
RGB
CMYK
RGB Variations
Color information
#EE2E5E (or 0xEE2E5E) is known color: Cerise. HEX triplet: EE, 2E and 5E. RGB value is (238,46,94). Sum of RGB (Red+Green+Blue) = 238+46+94=378 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.96% from 378); Green value is 46 (18.36% from 255 or 12.17% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2E5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2E5E is #11D1A1. Grayscale: #6C6C6C. Windows color (decimal): -1167778 or 6172398. OLE color: 6172398.
HSL color Cylindrical-coordinate representation of color #EE2E5E: hue angle of 345º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE2E5E is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 46 | 94 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.07 |
| HSL | 345º | 0.85% | 0.56% | - |
| HSV(B) | 345º | 0.81% | 0.93% | - |
| XYZ | 38.26 | 20.94 | 12.61 | - |
| YUV | 108.88 | 119.61 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 46 | 94 | 0 | 0.81 | 0.61 | 0.07 | 345 | 0.85 | 0.56 |
| Hex | EE | 2E | 5E | 0 | 51 | 3D | 7 | 159 | 55 | 38 |
| Octal | 356 | 56 | 136 | 0 | 121 | 75 | 7 | 531 | 125 | 70 |
| Binary | 11101110 | 101110 | 1011110 | 0 | 1010001 | 111101 | 111 | 101011001 | 1010101 | 111000 |
Color Harmonies of #EE2E5E
Complementary color
Monochromatic Colors of #EE2E5E
Black with #EE2E5E
Text Example
Text Example
White with #EE2E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2E5E; }
p { color: rgb(238,46,94); }
H1.HeaderClassName
{
color: #EE2E5E;
}
.AnyTagClassName
{
color: #EE2E5E;
}
</style>
background-color css
<style>
a { background-color: #EE2E5E; }
a { background-color: rgb(238,46,94); }
div.DivClassName
{
background-color: #EE2E5E;
}
.BgClassName
{
background-color: #EE2E5E;
}
</style>
border-color css
<style>
span { border-color: #EE2E5E; }
span { border-color: rgb(238,46,94); }
td.TdClassName
{
border-color: #EE2E5E;
}
.TagClassName
{
border-color: #EE2E5E;
}
</style>