Shades of Cerise #E5375A
Tints of Cerise #E5375A
RGB
CMYK
RGB Variations
Color information
#E5375A (or 0xE5375A) is known color: Cerise. HEX triplet: E5, 37 and 5A. RGB value is (229,55,90). Sum of RGB (Red+Green+Blue) = 229+55+90=374 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.23% from 374); Green value is 55 (21.88% from 255 or 14.71% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 229 - color contains mainly: red. Hex color #E5375A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5375A is #1AC8A5. Grayscale: #6F6F6F. Windows color (decimal): -1755302 or 5912549. OLE color: 5912549.
HSL color Cylindrical-coordinate representation of color #E5375A: hue angle of 347.93º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E5375A is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 55 | 90 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.10 |
| HSL | 347.93º | 0.77% | 0.56% | - |
| HSV(B) | 347.93º | 0.76% | 0.9% | - |
| XYZ | 35.52 | 20.13 | 11.69 | - |
| YUV | 111.02 | 116.15 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 55 | 90 | 0 | 0.76 | 0.61 | 0.10 | 347.93 | 0.77 | 0.56 |
| Hex | E5 | 37 | 5A | 0 | 4C | 3D | A | 15C | 4D | 38 |
| Octal | 345 | 67 | 132 | 0 | 114 | 75 | 12 | 534 | 115 | 70 |
| Binary | 11100101 | 110111 | 1011010 | 0 | 1001100 | 111101 | 1010 | 101011100 | 1001101 | 111000 |
Color Harmonies of #E5375A
Complementary color
Monochromatic Colors of #E5375A
Black with #E5375A
Text Example
Text Example
White with #E5375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5375A; }
p { color: rgb(229,55,90); }
H1.HeaderClassName
{
color: #E5375A;
}
.AnyTagClassName
{
color: #E5375A;
}
</style>
background-color css
<style>
a { background-color: #E5375A; }
a { background-color: rgb(229,55,90); }
div.DivClassName
{
background-color: #E5375A;
}
.BgClassName
{
background-color: #E5375A;
}
</style>
border-color css
<style>
span { border-color: #E5375A; }
span { border-color: rgb(229,55,90); }
td.TdClassName
{
border-color: #E5375A;
}
.TagClassName
{
border-color: #E5375A;
}
</style>