Shades of Cerise #EA376C
Tints of Cerise #EA376C
RGB
CMYK
RGB Variations
Color information
#EA376C (or 0xEA376C) is known color: Cerise. HEX triplet: EA, 37 and 6C. RGB value is (234,55,108). Sum of RGB (Red+Green+Blue) = 234+55+108=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA376C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA376C is #15C893. Grayscale: #727272. Windows color (decimal): -1427604 or 7092202. OLE color: 7092202.
HSL color Cylindrical-coordinate representation of color #EA376C: hue angle of 342.23º 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 #EA376C is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 55 | 108 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.08 |
| HSL | 342.23º | 0.81% | 0.57% | - |
| HSV(B) | 342.23º | 0.76% | 0.92% | - |
| XYZ | 38 | 21.31 | 16.3 | - |
| YUV | 114.56 | 124.3 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 55 | 108 | 0 | 0.76 | 0.54 | 0.08 | 342.23 | 0.81 | 0.57 |
| Hex | EA | 37 | 6C | 0 | 4C | 36 | 8 | 156 | 51 | 39 |
| Octal | 352 | 67 | 154 | 0 | 114 | 66 | 10 | 526 | 121 | 71 |
| Binary | 11101010 | 110111 | 1101100 | 0 | 1001100 | 110110 | 1000 | 101010110 | 1010001 | 111001 |
Color Harmonies of #EA376C
Complementary color
Monochromatic Colors of #EA376C
Black with #EA376C
Text Example
Text Example
White with #EA376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA376C; }
p { color: rgb(234,55,108); }
H1.HeaderClassName
{
color: #EA376C;
}
.AnyTagClassName
{
color: #EA376C;
}
</style>
background-color css
<style>
a { background-color: #EA376C; }
a { background-color: rgb(234,55,108); }
div.DivClassName
{
background-color: #EA376C;
}
.BgClassName
{
background-color: #EA376C;
}
</style>
border-color css
<style>
span { border-color: #EA376C; }
span { border-color: rgb(234,55,108); }
td.TdClassName
{
border-color: #EA376C;
}
.TagClassName
{
border-color: #EA376C;
}
</style>