Shades of Deep Cerise #E13D8C
Tints of Deep Cerise #E13D8C
RGB
CMYK
RGB Variations
Color information
#E13D8C (or 0xE13D8C) is known color: Deep Cerise. HEX triplet: E1, 3D and 8C. RGB value is (225,61,140). Sum of RGB (Red+Green+Blue) = 225+61+140=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13D8C is #1EC273. Grayscale: #767676. Windows color (decimal): -2015860 or 9190881. OLE color: 9190881.
HSL color Cylindrical-coordinate representation of color #E13D8C: hue angle of 331.1º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E13D8C is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 61 | 140 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.12 |
| HSL | 331.1º | 0.73% | 0.56% | - |
| HSV(B) | 331.1º | 0.73% | 0.88% | - |
| XYZ | 37.45 | 21.24 | 26.94 | - |
| YUV | 119.04 | 139.83 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 61 | 140 | 0 | 0.73 | 0.38 | 0.12 | 331.1 | 0.73 | 0.56 |
| Hex | E1 | 3D | 8C | 0 | 49 | 26 | C | 14B | 49 | 38 |
| Octal | 341 | 75 | 214 | 0 | 111 | 46 | 14 | 513 | 111 | 70 |
| Binary | 11100001 | 111101 | 10001100 | 0 | 1001001 | 100110 | 1100 | 101001011 | 1001001 | 111000 |
Color Harmonies of #E13D8C
Complementary color
Monochromatic Colors of #E13D8C
Black with #E13D8C
Text Example
Text Example
White with #E13D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13D8C; }
p { color: rgb(225,61,140); }
H1.HeaderClassName
{
color: #E13D8C;
}
.AnyTagClassName
{
color: #E13D8C;
}
</style>
background-color css
<style>
a { background-color: #E13D8C; }
a { background-color: rgb(225,61,140); }
div.DivClassName
{
background-color: #E13D8C;
}
.BgClassName
{
background-color: #E13D8C;
}
</style>
border-color css
<style>
span { border-color: #E13D8C; }
span { border-color: rgb(225,61,140); }
td.TdClassName
{
border-color: #E13D8C;
}
.TagClassName
{
border-color: #E13D8C;
}
</style>