Shades of Deep Cerise #E13A8E
Tints of Deep Cerise #E13A8E
RGB
CMYK
RGB Variations
Color information
#E13A8E (or 0xE13A8E) is known color: Deep Cerise. HEX triplet: E1, 3A and 8E. RGB value is (225,58,142). Sum of RGB (Red+Green+Blue) = 225+58+142=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 58 (23.05% from 255 or 13.65% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13A8E is #1EC571. Grayscale: #757575. Windows color (decimal): -2016626 or 9321185. OLE color: 9321185.
HSL color Cylindrical-coordinate representation of color #E13A8E: hue angle of 329.82º 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 #E13A8E is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 58 | 142 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.12 |
| HSL | 329.82º | 0.74% | 0.55% | - |
| HSV(B) | 329.82º | 0.74% | 0.88% | - |
| XYZ | 37.45 | 20.99 | 27.67 | - |
| YUV | 117.51 | 141.83 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 58 | 142 | 0 | 0.74 | 0.37 | 0.12 | 329.82 | 0.74 | 0.55 |
| Hex | E1 | 3A | 8E | 0 | 4A | 25 | C | 14A | 4A | 37 |
| Octal | 341 | 72 | 216 | 0 | 112 | 45 | 14 | 512 | 112 | 67 |
| Binary | 11100001 | 111010 | 10001110 | 0 | 1001010 | 100101 | 1100 | 101001010 | 1001010 | 110111 |
Color Harmonies of #E13A8E
Complementary color
Monochromatic Colors of #E13A8E
Black with #E13A8E
Text Example
Text Example
White with #E13A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13A8E; }
p { color: rgb(225,58,142); }
H1.HeaderClassName
{
color: #E13A8E;
}
.AnyTagClassName
{
color: #E13A8E;
}
</style>
background-color css
<style>
a { background-color: #E13A8E; }
a { background-color: rgb(225,58,142); }
div.DivClassName
{
background-color: #E13A8E;
}
.BgClassName
{
background-color: #E13A8E;
}
</style>
border-color css
<style>
span { border-color: #E13A8E; }
span { border-color: rgb(225,58,142); }
td.TdClassName
{
border-color: #E13A8E;
}
.TagClassName
{
border-color: #E13A8E;
}
</style>