Shades of Cerise #EE3465
Tints of Cerise #EE3465
RGB
CMYK
RGB Variations
Color information
#EE3465 (or 0xEE3465) is known color: Cerise. HEX triplet: EE, 34 and 65. RGB value is (238,52,101). Sum of RGB (Red+Green+Blue) = 238+52+101=391 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.87% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3465 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3465 is #11CB9A. Grayscale: #717171. Windows color (decimal): -1166235 or 6632686. OLE color: 6632686.
HSL color Cylindrical-coordinate representation of color #EE3465: hue angle of 344.19º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE3465 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 101 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.07 |
| HSL | 344.19º | 0.85% | 0.57% | - |
| HSV(B) | 344.19º | 0.78% | 0.93% | - |
| XYZ | 38.84 | 21.57 | 14.43 | - |
| YUV | 113.2 | 121.12 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 101 | 0 | 0.78 | 0.58 | 0.07 | 344.19 | 0.85 | 0.57 |
| Hex | EE | 34 | 65 | 0 | 4E | 3A | 7 | 158 | 55 | 39 |
| Octal | 356 | 64 | 145 | 0 | 116 | 72 | 7 | 530 | 125 | 71 |
| Binary | 11101110 | 110100 | 1100101 | 0 | 1001110 | 111010 | 111 | 101011000 | 1010101 | 111001 |
Color Harmonies of #EE3465
Complementary color
Monochromatic Colors of #EE3465
Black with #EE3465
Text Example
Text Example
White with #EE3465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3465; }
p { color: rgb(238,52,101); }
H1.HeaderClassName
{
color: #EE3465;
}
.AnyTagClassName
{
color: #EE3465;
}
</style>
background-color css
<style>
a { background-color: #EE3465; }
a { background-color: rgb(238,52,101); }
div.DivClassName
{
background-color: #EE3465;
}
.BgClassName
{
background-color: #EE3465;
}
</style>
border-color css
<style>
span { border-color: #EE3465; }
span { border-color: rgb(238,52,101); }
td.TdClassName
{
border-color: #EE3465;
}
.TagClassName
{
border-color: #EE3465;
}
</style>