Shades of Cerise #E52A65
Tints of Cerise #E52A65
RGB
CMYK
RGB Variations
Color information
#E52A65 (or 0xE52A65) is known color: Cerise. HEX triplet: E5, 2A and 65. RGB value is (229,42,101). Sum of RGB (Red+Green+Blue) = 229+42+101=372 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.56% from 372); Green value is 42 (16.80% from 255 or 11.29% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52A65 is #1AD59A. Grayscale: #686868. Windows color (decimal): -1758619 or 6630117. OLE color: 6630117.
HSL color Cylindrical-coordinate representation of color #E52A65: hue angle of 341.07º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E52A65 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 101 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.10 |
| HSL | 341.07º | 0.78% | 0.53% | - |
| HSV(B) | 341.07º | 0.82% | 0.9% | - |
| XYZ | 35.49 | 19.25 | 14.16 | - |
| YUV | 104.64 | 125.95 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 101 | 0 | 0.82 | 0.56 | 0.10 | 341.07 | 0.78 | 0.53 |
| Hex | E5 | 2A | 65 | 0 | 52 | 38 | A | 155 | 4E | 35 |
| Octal | 345 | 52 | 145 | 0 | 122 | 70 | 12 | 525 | 116 | 65 |
| Binary | 11100101 | 101010 | 1100101 | 0 | 1010010 | 111000 | 1010 | 101010101 | 1001110 | 110101 |
Color Harmonies of #E52A65
Complementary color
Monochromatic Colors of #E52A65
Black with #E52A65
Text Example
Text Example
White with #E52A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52A65; }
p { color: rgb(229,42,101); }
H1.HeaderClassName
{
color: #E52A65;
}
.AnyTagClassName
{
color: #E52A65;
}
</style>
background-color css
<style>
a { background-color: #E52A65; }
a { background-color: rgb(229,42,101); }
div.DivClassName
{
background-color: #E52A65;
}
.BgClassName
{
background-color: #E52A65;
}
</style>
border-color css
<style>
span { border-color: #E52A65; }
span { border-color: rgb(229,42,101); }
td.TdClassName
{
border-color: #E52A65;
}
.TagClassName
{
border-color: #E52A65;
}
</style>