Shades of Deep Cerise #E13FA0
Tints of Deep Cerise #E13FA0
RGB
CMYK
RGB Variations
Color information
#E13FA0 (or 0xE13FA0) is known color: Deep Cerise. HEX triplet: E1, 3F and A0. RGB value is (225,63,160). Sum of RGB (Red+Green+Blue) = 225+63+160=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E13FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13FA0 is #1EC05F. Grayscale: #7A7A7A. Windows color (decimal): -2015328 or 10502113. OLE color: 10502113.
HSL color Cylindrical-coordinate representation of color #E13FA0: hue angle of 324.07º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E13FA0 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 63 | 160 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.12 |
| HSL | 324.07º | 0.73% | 0.56% | - |
| HSV(B) | 324.07º | 0.72% | 0.88% | - |
| XYZ | 39.17 | 22.1 | 35.46 | - |
| YUV | 122.5 | 149.17 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 63 | 160 | 0 | 0.72 | 0.29 | 0.12 | 324.07 | 0.73 | 0.56 |
| Hex | E1 | 3F | A0 | 0 | 48 | 1D | C | 144 | 49 | 38 |
| Octal | 341 | 77 | 240 | 0 | 110 | 35 | 14 | 504 | 111 | 70 |
| Binary | 11100001 | 111111 | 10100000 | 0 | 1001000 | 11101 | 1100 | 101000100 | 1001001 | 111000 |
Color Harmonies of #E13FA0
Complementary color
Monochromatic Colors of #E13FA0
Black with #E13FA0
Text Example
Text Example
White with #E13FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13FA0; }
p { color: rgb(225,63,160); }
H1.HeaderClassName
{
color: #E13FA0;
}
.AnyTagClassName
{
color: #E13FA0;
}
</style>
background-color css
<style>
a { background-color: #E13FA0; }
a { background-color: rgb(225,63,160); }
div.DivClassName
{
background-color: #E13FA0;
}
.BgClassName
{
background-color: #E13FA0;
}
</style>
border-color css
<style>
span { border-color: #E13FA0; }
span { border-color: rgb(225,63,160); }
td.TdClassName
{
border-color: #E13FA0;
}
.TagClassName
{
border-color: #E13FA0;
}
</style>