Shades of Cerise #EA375C
Tints of Cerise #EA375C
RGB
CMYK
RGB Variations
Color information
#EA375C (or 0xEA375C) is known color: Cerise. HEX triplet: EA, 37 and 5C. RGB value is (234,55,92). Sum of RGB (Red+Green+Blue) = 234+55+92=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 55 (21.88% from 255 or 14.44% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA375C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA375C is #15C8A3. Grayscale: #707070. Windows color (decimal): -1427620 or 6043626. OLE color: 6043626.
HSL color Cylindrical-coordinate representation of color #EA375C: hue angle of 347.6º 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 #EA375C is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 55 | 92 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.08 |
| HSL | 347.6º | 0.81% | 0.57% | - |
| HSV(B) | 347.6º | 0.76% | 0.92% | - |
| XYZ | 37.23 | 21 | 12.22 | - |
| YUV | 112.74 | 116.3 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 55 | 92 | 0 | 0.76 | 0.61 | 0.08 | 347.6 | 0.81 | 0.57 |
| Hex | EA | 37 | 5C | 0 | 4C | 3D | 8 | 15C | 51 | 39 |
| Octal | 352 | 67 | 134 | 0 | 114 | 75 | 10 | 534 | 121 | 71 |
| Binary | 11101010 | 110111 | 1011100 | 0 | 1001100 | 111101 | 1000 | 101011100 | 1010001 | 111001 |
Color Harmonies of #EA375C
Complementary color
Monochromatic Colors of #EA375C
Black with #EA375C
Text Example
Text Example
White with #EA375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA375C; }
p { color: rgb(234,55,92); }
H1.HeaderClassName
{
color: #EA375C;
}
.AnyTagClassName
{
color: #EA375C;
}
</style>
background-color css
<style>
a { background-color: #EA375C; }
a { background-color: rgb(234,55,92); }
div.DivClassName
{
background-color: #EA375C;
}
.BgClassName
{
background-color: #EA375C;
}
</style>
border-color css
<style>
span { border-color: #EA375C; }
span { border-color: rgb(234,55,92); }
td.TdClassName
{
border-color: #EA375C;
}
.TagClassName
{
border-color: #EA375C;
}
</style>