Shades of Deep Cerise #E13A9E
Tints of Deep Cerise #E13A9E
RGB
CMYK
RGB Variations
Color information
#E13A9E (or 0xE13A9E) is known color: Deep Cerise. HEX triplet: E1, 3A and 9E. RGB value is (225,58,158). Sum of RGB (Red+Green+Blue) = 225+58+158=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13A9E is #1EC561. Grayscale: #777777. Windows color (decimal): -2016610 or 10369761. OLE color: 10369761.
HSL color Cylindrical-coordinate representation of color #E13A9E: hue angle of 324.07º 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 #E13A9E is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 58 | 158 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.12 |
| HSL | 324.07º | 0.74% | 0.55% | - |
| HSV(B) | 324.07º | 0.74% | 0.88% | - |
| XYZ | 38.74 | 21.5 | 34.46 | - |
| YUV | 119.33 | 149.83 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 58 | 158 | 0 | 0.74 | 0.30 | 0.12 | 324.07 | 0.74 | 0.55 |
| Hex | E1 | 3A | 9E | 0 | 4A | 1E | C | 144 | 4A | 37 |
| Octal | 341 | 72 | 236 | 0 | 112 | 36 | 14 | 504 | 112 | 67 |
| Binary | 11100001 | 111010 | 10011110 | 0 | 1001010 | 11110 | 1100 | 101000100 | 1001010 | 110111 |
Color Harmonies of #E13A9E
Complementary color
Monochromatic Colors of #E13A9E
Black with #E13A9E
Text Example
Text Example
White with #E13A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13A9E; }
p { color: rgb(225,58,158); }
H1.HeaderClassName
{
color: #E13A9E;
}
.AnyTagClassName
{
color: #E13A9E;
}
</style>
background-color css
<style>
a { background-color: #E13A9E; }
a { background-color: rgb(225,58,158); }
div.DivClassName
{
background-color: #E13A9E;
}
.BgClassName
{
background-color: #E13A9E;
}
</style>
border-color css
<style>
span { border-color: #E13A9E; }
span { border-color: rgb(225,58,158); }
td.TdClassName
{
border-color: #E13A9E;
}
.TagClassName
{
border-color: #E13A9E;
}
</style>