Shades of Deep Cerise #E140A6
Tints of Deep Cerise #E140A6
RGB
CMYK
RGB Variations
Color information
#E140A6 (or 0xE140A6) is known color: Deep Cerise. HEX triplet: E1, 40 and A6. RGB value is (225,64,166). Sum of RGB (Red+Green+Blue) = 225+64+166=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E140A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E140A6 is #1EBF59. Grayscale: #7B7B7B. Windows color (decimal): -2015066 or 10895585. OLE color: 10895585.
HSL color Cylindrical-coordinate representation of color #E140A6: hue angle of 321.99º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E140A6 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 64 | 166 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.12 |
| HSL | 321.99º | 0.73% | 0.57% | - |
| HSV(B) | 321.99º | 0.72% | 0.88% | - |
| XYZ | 39.77 | 22.43 | 38.31 | - |
| YUV | 123.77 | 151.84 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 166 | 0 | 0.72 | 0.26 | 0.12 | 321.99 | 0.73 | 0.57 |
| Hex | E1 | 40 | A6 | 0 | 48 | 1A | C | 142 | 49 | 39 |
| Octal | 341 | 100 | 246 | 0 | 110 | 32 | 14 | 502 | 111 | 71 |
| Binary | 11100001 | 1000000 | 10100110 | 0 | 1001000 | 11010 | 1100 | 101000010 | 1001001 | 111001 |
Color Harmonies of #E140A6
Complementary color
Monochromatic Colors of #E140A6
Black with #E140A6
Text Example
Text Example
White with #E140A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E140A6; }
p { color: rgb(225,64,166); }
H1.HeaderClassName
{
color: #E140A6;
}
.AnyTagClassName
{
color: #E140A6;
}
</style>
background-color css
<style>
a { background-color: #E140A6; }
a { background-color: rgb(225,64,166); }
div.DivClassName
{
background-color: #E140A6;
}
.BgClassName
{
background-color: #E140A6;
}
</style>
border-color css
<style>
span { border-color: #E140A6; }
span { border-color: rgb(225,64,166); }
td.TdClassName
{
border-color: #E140A6;
}
.TagClassName
{
border-color: #E140A6;
}
</style>