Shades of Cerise #E52A68
Tints of Cerise #E52A68
RGB
CMYK
RGB Variations
Color information
#E52A68 (or 0xE52A68) is known color: Cerise. HEX triplet: E5, 2A and 68. RGB value is (229,42,104). Sum of RGB (Red+Green+Blue) = 229+42+104=375 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.07% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52A68 is #1AD597. Grayscale: #686868. Windows color (decimal): -1758616 or 6826725. OLE color: 6826725.
HSL color Cylindrical-coordinate representation of color #E52A68: hue angle of 340.11º 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 #E52A68 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 104 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.10 |
| HSL | 340.11º | 0.78% | 0.53% | - |
| HSV(B) | 340.11º | 0.82% | 0.9% | - |
| XYZ | 35.64 | 19.31 | 14.95 | - |
| YUV | 104.98 | 127.45 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 104 | 0 | 0.82 | 0.55 | 0.10 | 340.11 | 0.78 | 0.53 |
| Hex | E5 | 2A | 68 | 0 | 52 | 37 | A | 154 | 4E | 35 |
| Octal | 345 | 52 | 150 | 0 | 122 | 67 | 12 | 524 | 116 | 65 |
| Binary | 11100101 | 101010 | 1101000 | 0 | 1010010 | 110111 | 1010 | 101010100 | 1001110 | 110101 |
Color Harmonies of #E52A68
Complementary color
Monochromatic Colors of #E52A68
Black with #E52A68
Text Example
Text Example
White with #E52A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52A68; }
p { color: rgb(229,42,104); }
H1.HeaderClassName
{
color: #E52A68;
}
.AnyTagClassName
{
color: #E52A68;
}
</style>
background-color css
<style>
a { background-color: #E52A68; }
a { background-color: rgb(229,42,104); }
div.DivClassName
{
background-color: #E52A68;
}
.BgClassName
{
background-color: #E52A68;
}
</style>
border-color css
<style>
span { border-color: #E52A68; }
span { border-color: rgb(229,42,104); }
td.TdClassName
{
border-color: #E52A68;
}
.TagClassName
{
border-color: #E52A68;
}
</style>