Shades of Cerise #E5285D
Tints of Cerise #E5285D
RGB
CMYK
RGB Variations
Color information
#E5285D (or 0xE5285D) is known color: Cerise. HEX triplet: E5, 28 and 5D. RGB value is (229,40,93). Sum of RGB (Red+Green+Blue) = 229+40+93=362 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.26% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 229 - color contains mainly: red. Hex color #E5285D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5285D is #1AD7A2. Grayscale: #666666. Windows color (decimal): -1759139 or 6105317. OLE color: 6105317.
HSL color Cylindrical-coordinate representation of color #E5285D: hue angle of 343.17º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5285D is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 93 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.10 |
| HSL | 343.17º | 0.78% | 0.53% | - |
| HSV(B) | 343.17º | 0.83% | 0.9% | - |
| XYZ | 35.05 | 18.97 | 12.17 | - |
| YUV | 102.55 | 122.62 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 93 | 0 | 0.83 | 0.59 | 0.10 | 343.17 | 0.78 | 0.53 |
| Hex | E5 | 28 | 5D | 0 | 53 | 3B | A | 157 | 4E | 35 |
| Octal | 345 | 50 | 135 | 0 | 123 | 73 | 12 | 527 | 116 | 65 |
| Binary | 11100101 | 101000 | 1011101 | 0 | 1010011 | 111011 | 1010 | 101010111 | 1001110 | 110101 |
Color Harmonies of #E5285D
Complementary color
Monochromatic Colors of #E5285D
Black with #E5285D
Text Example
Text Example
White with #E5285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5285D; }
p { color: rgb(229,40,93); }
H1.HeaderClassName
{
color: #E5285D;
}
.AnyTagClassName
{
color: #E5285D;
}
</style>
background-color css
<style>
a { background-color: #E5285D; }
a { background-color: rgb(229,40,93); }
div.DivClassName
{
background-color: #E5285D;
}
.BgClassName
{
background-color: #E5285D;
}
</style>
border-color css
<style>
span { border-color: #E5285D; }
span { border-color: rgb(229,40,93); }
td.TdClassName
{
border-color: #E5285D;
}
.TagClassName
{
border-color: #E5285D;
}
</style>