Shades of Cerise #EA2365
Tints of Cerise #EA2365
RGB
CMYK
RGB Variations
Color information
#EA2365 (or 0xEA2365) is known color: Cerise. HEX triplet: EA, 23 and 65. RGB value is (234,35,101). Sum of RGB (Red+Green+Blue) = 234+35+101=370 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.24% from 370); Green value is 35 (14.06% from 255 or 9.46% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2365 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2365 is #15DC9A. Grayscale: #656565. Windows color (decimal): -1432731 or 6628330. OLE color: 6628330.
HSL color Cylindrical-coordinate representation of color #EA2365: hue angle of 340.1º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA2365 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 35 | 101 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.08 |
| HSL | 340.1º | 0.83% | 0.53% | - |
| HSV(B) | 340.1º | 0.85% | 0.92% | - |
| XYZ | 36.88 | 19.63 | 14.16 | - |
| YUV | 102.03 | 127.43 | 222.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 35 | 101 | 0 | 0.85 | 0.57 | 0.08 | 340.1 | 0.83 | 0.53 |
| Hex | EA | 23 | 65 | 0 | 55 | 39 | 8 | 154 | 53 | 35 |
| Octal | 352 | 43 | 145 | 0 | 125 | 71 | 10 | 524 | 123 | 65 |
| Binary | 11101010 | 100011 | 1100101 | 0 | 1010101 | 111001 | 1000 | 101010100 | 1010011 | 110101 |
Color Harmonies of #EA2365
Complementary color
Monochromatic Colors of #EA2365
Black with #EA2365
Text Example
Text Example
White with #EA2365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2365; }
p { color: rgb(234,35,101); }
H1.HeaderClassName
{
color: #EA2365;
}
.AnyTagClassName
{
color: #EA2365;
}
</style>
background-color css
<style>
a { background-color: #EA2365; }
a { background-color: rgb(234,35,101); }
div.DivClassName
{
background-color: #EA2365;
}
.BgClassName
{
background-color: #EA2365;
}
</style>
border-color css
<style>
span { border-color: #EA2365; }
span { border-color: rgb(234,35,101); }
td.TdClassName
{
border-color: #EA2365;
}
.TagClassName
{
border-color: #EA2365;
}
</style>