Shades of Deep Cerise #E0287D
Tints of Deep Cerise #E0287D
RGB
CMYK
RGB Variations
Color information
#E0287D (or 0xE0287D) is known color: Deep Cerise. HEX triplet: E0, 28 and 7D. RGB value is (224,40,125). Sum of RGB (Red+Green+Blue) = 224+40+125=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 40 (16.02% from 255 or 10.28% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E0287D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0287D is #1FD782. Grayscale: #686868. Windows color (decimal): -2086787 or 8202464. OLE color: 8202464.
HSL color Cylindrical-coordinate representation of color #E0287D: hue angle of 332.28º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E0287D is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 125 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.12 |
| HSL | 332.28º | 0.75% | 0.52% | - |
| HSV(B) | 332.28º | 0.82% | 0.88% | - |
| XYZ | 35.2 | 18.85 | 21.18 | - |
| YUV | 104.71 | 139.46 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 125 | 0 | 0.82 | 0.44 | 0.12 | 332.28 | 0.75 | 0.52 |
| Hex | E0 | 28 | 7D | 0 | 52 | 2C | C | 14C | 4B | 34 |
| Octal | 340 | 50 | 175 | 0 | 122 | 54 | 14 | 514 | 113 | 64 |
| Binary | 11100000 | 101000 | 1111101 | 0 | 1010010 | 101100 | 1100 | 101001100 | 1001011 | 110100 |
Color Harmonies of #E0287D
Complementary color
Monochromatic Colors of #E0287D
Black with #E0287D
Text Example
Text Example
White with #E0287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0287D; }
p { color: rgb(224,40,125); }
H1.HeaderClassName
{
color: #E0287D;
}
.AnyTagClassName
{
color: #E0287D;
}
</style>
background-color css
<style>
a { background-color: #E0287D; }
a { background-color: rgb(224,40,125); }
div.DivClassName
{
background-color: #E0287D;
}
.BgClassName
{
background-color: #E0287D;
}
</style>
border-color css
<style>
span { border-color: #E0287D; }
span { border-color: rgb(224,40,125); }
td.TdClassName
{
border-color: #E0287D;
}
.TagClassName
{
border-color: #E0287D;
}
</style>