Shades of Cerise #EA3A65
Tints of Cerise #EA3A65
RGB
CMYK
RGB Variations
Color information
#EA3A65 (or 0xEA3A65) is known color: Cerise. HEX triplet: EA, 3A and 65. RGB value is (234,58,101). Sum of RGB (Red+Green+Blue) = 234+58+101=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 58 (23.05% from 255 or 14.76% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3A65 is #15C59A. Grayscale: #737373. Windows color (decimal): -1426843 or 6634218. OLE color: 6634218.
HSL color Cylindrical-coordinate representation of color #EA3A65: hue angle of 345.34º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EA3A65 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 58 | 101 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.08 |
| HSL | 345.34º | 0.81% | 0.57% | - |
| HSV(B) | 345.34º | 0.75% | 0.92% | - |
| XYZ | 37.79 | 21.46 | 14.46 | - |
| YUV | 115.53 | 119.81 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 58 | 101 | 0 | 0.75 | 0.57 | 0.08 | 345.34 | 0.81 | 0.57 |
| Hex | EA | 3A | 65 | 0 | 4B | 39 | 8 | 159 | 51 | 39 |
| Octal | 352 | 72 | 145 | 0 | 113 | 71 | 10 | 531 | 121 | 71 |
| Binary | 11101010 | 111010 | 1100101 | 0 | 1001011 | 111001 | 1000 | 101011001 | 1010001 | 111001 |
Color Harmonies of #EA3A65
Complementary color
Monochromatic Colors of #EA3A65
Black with #EA3A65
Text Example
Text Example
White with #EA3A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3A65; }
p { color: rgb(234,58,101); }
H1.HeaderClassName
{
color: #EA3A65;
}
.AnyTagClassName
{
color: #EA3A65;
}
</style>
background-color css
<style>
a { background-color: #EA3A65; }
a { background-color: rgb(234,58,101); }
div.DivClassName
{
background-color: #EA3A65;
}
.BgClassName
{
background-color: #EA3A65;
}
</style>
border-color css
<style>
span { border-color: #EA3A65; }
span { border-color: rgb(234,58,101); }
td.TdClassName
{
border-color: #EA3A65;
}
.TagClassName
{
border-color: #EA3A65;
}
</style>