Shades of Cerise #EA375F
Tints of Cerise #EA375F
RGB
CMYK
RGB Variations
Color information
#EA375F (or 0xEA375F) is known color: Cerise. HEX triplet: EA, 37 and 5F. RGB value is (234,55,95). Sum of RGB (Red+Green+Blue) = 234+55+95=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA375F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA375F is #15C8A0. Grayscale: #717171. Windows color (decimal): -1427617 or 6240234. OLE color: 6240234.
HSL color Cylindrical-coordinate representation of color #EA375F: hue angle of 346.59º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA375F is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 55 | 95 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.08 |
| HSL | 346.59º | 0.81% | 0.57% | - |
| HSV(B) | 346.59º | 0.76% | 0.92% | - |
| XYZ | 37.36 | 21.05 | 12.92 | - |
| YUV | 113.08 | 117.8 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 55 | 95 | 0 | 0.76 | 0.59 | 0.08 | 346.59 | 0.81 | 0.57 |
| Hex | EA | 37 | 5F | 0 | 4C | 3B | 8 | 15B | 51 | 39 |
| Octal | 352 | 67 | 137 | 0 | 114 | 73 | 10 | 533 | 121 | 71 |
| Binary | 11101010 | 110111 | 1011111 | 0 | 1001100 | 111011 | 1000 | 101011011 | 1010001 | 111001 |
Color Harmonies of #EA375F
Complementary color
Monochromatic Colors of #EA375F
Black with #EA375F
Text Example
Text Example
White with #EA375F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA375F; }
p { color: rgb(234,55,95); }
H1.HeaderClassName
{
color: #EA375F;
}
.AnyTagClassName
{
color: #EA375F;
}
</style>
background-color css
<style>
a { background-color: #EA375F; }
a { background-color: rgb(234,55,95); }
div.DivClassName
{
background-color: #EA375F;
}
.BgClassName
{
background-color: #EA375F;
}
</style>
border-color css
<style>
span { border-color: #EA375F; }
span { border-color: rgb(234,55,95); }
td.TdClassName
{
border-color: #EA375F;
}
.TagClassName
{
border-color: #EA375F;
}
</style>