Shades of Deep Cerise #E13A86
Tints of Deep Cerise #E13A86
RGB
CMYK
RGB Variations
Color information
#E13A86 (or 0xE13A86) is known color: Deep Cerise. HEX triplet: E1, 3A and 86. RGB value is (225,58,134). Sum of RGB (Red+Green+Blue) = 225+58+134=417 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.96% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13A86 is #1EC579. Grayscale: #747474. Windows color (decimal): -2016634 or 8796897. OLE color: 8796897.
HSL color Cylindrical-coordinate representation of color #E13A86: hue angle of 332.69º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13A86 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 58 | 134 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.12 |
| HSL | 332.69º | 0.74% | 0.55% | - |
| HSV(B) | 332.69º | 0.74% | 0.88% | - |
| XYZ | 36.87 | 20.75 | 24.62 | - |
| YUV | 116.6 | 137.83 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 58 | 134 | 0 | 0.74 | 0.40 | 0.12 | 332.69 | 0.74 | 0.55 |
| Hex | E1 | 3A | 86 | 0 | 4A | 28 | C | 14D | 4A | 37 |
| Octal | 341 | 72 | 206 | 0 | 112 | 50 | 14 | 515 | 112 | 67 |
| Binary | 11100001 | 111010 | 10000110 | 0 | 1001010 | 101000 | 1100 | 101001101 | 1001010 | 110111 |
Color Harmonies of #E13A86
Complementary color
Monochromatic Colors of #E13A86
Black with #E13A86
Text Example
Text Example
White with #E13A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13A86; }
p { color: rgb(225,58,134); }
H1.HeaderClassName
{
color: #E13A86;
}
.AnyTagClassName
{
color: #E13A86;
}
</style>
background-color css
<style>
a { background-color: #E13A86; }
a { background-color: rgb(225,58,134); }
div.DivClassName
{
background-color: #E13A86;
}
.BgClassName
{
background-color: #E13A86;
}
</style>
border-color css
<style>
span { border-color: #E13A86; }
span { border-color: rgb(225,58,134); }
td.TdClassName
{
border-color: #E13A86;
}
.TagClassName
{
border-color: #E13A86;
}
</style>