Shades of Cerise #EE2D64
Tints of Cerise #EE2D64
RGB
CMYK
RGB Variations
Color information
#EE2D64 (or 0xEE2D64) is known color: Cerise. HEX triplet: EE, 2D and 64. RGB value is (238,45,100). Sum of RGB (Red+Green+Blue) = 238+45+100=383 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.14% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2D64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2D64 is #11D29B. Grayscale: #6C6C6C. Windows color (decimal): -1168028 or 6565358. OLE color: 6565358.
HSL color Cylindrical-coordinate representation of color #EE2D64: hue angle of 342.9º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE2D64 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 45 | 100 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.07 |
| HSL | 342.9º | 0.85% | 0.55% | - |
| HSV(B) | 342.9º | 0.81% | 0.93% | - |
| XYZ | 38.5 | 20.97 | 14.08 | - |
| YUV | 108.98 | 122.94 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 45 | 100 | 0 | 0.81 | 0.58 | 0.07 | 342.9 | 0.85 | 0.55 |
| Hex | EE | 2D | 64 | 0 | 51 | 3A | 7 | 157 | 55 | 37 |
| Octal | 356 | 55 | 144 | 0 | 121 | 72 | 7 | 527 | 125 | 67 |
| Binary | 11101110 | 101101 | 1100100 | 0 | 1010001 | 111010 | 111 | 101010111 | 1010101 | 110111 |
Color Harmonies of #EE2D64
Complementary color
Monochromatic Colors of #EE2D64
Black with #EE2D64
Text Example
Text Example
White with #EE2D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2D64; }
p { color: rgb(238,45,100); }
H1.HeaderClassName
{
color: #EE2D64;
}
.AnyTagClassName
{
color: #EE2D64;
}
</style>
background-color css
<style>
a { background-color: #EE2D64; }
a { background-color: rgb(238,45,100); }
div.DivClassName
{
background-color: #EE2D64;
}
.BgClassName
{
background-color: #EE2D64;
}
</style>
border-color css
<style>
span { border-color: #EE2D64; }
span { border-color: rgb(238,45,100); }
td.TdClassName
{
border-color: #EE2D64;
}
.TagClassName
{
border-color: #EE2D64;
}
</style>