Shades of Deep Cerise #E13FA5
Tints of Deep Cerise #E13FA5
RGB
CMYK
RGB Variations
Color information
#E13FA5 (or 0xE13FA5) is known color: Deep Cerise. HEX triplet: E1, 3F and A5. RGB value is (225,63,165). Sum of RGB (Red+Green+Blue) = 225+63+165=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 63 (25% from 255 or 13.91% from 453); Blue value is 165 (64.84% from 255 or 36.42% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E13FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13FA5 is #1EC05A. Grayscale: #7A7A7A. Windows color (decimal): -2015323 or 10829793. OLE color: 10829793.
HSL color Cylindrical-coordinate representation of color #E13FA5: hue angle of 322.22º 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 #E13FA5 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 63 | 165 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.12 |
| HSL | 322.22º | 0.73% | 0.56% | - |
| HSV(B) | 322.22º | 0.72% | 0.88% | - |
| XYZ | 39.62 | 22.28 | 37.81 | - |
| YUV | 123.07 | 151.67 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 63 | 165 | 0 | 0.72 | 0.27 | 0.12 | 322.22 | 0.73 | 0.56 |
| Hex | E1 | 3F | A5 | 0 | 48 | 1B | C | 142 | 49 | 38 |
| Octal | 341 | 77 | 245 | 0 | 110 | 33 | 14 | 502 | 111 | 70 |
| Binary | 11100001 | 111111 | 10100101 | 0 | 1001000 | 11011 | 1100 | 101000010 | 1001001 | 111000 |
Color Harmonies of #E13FA5
Complementary color
Monochromatic Colors of #E13FA5
Black with #E13FA5
Text Example
Text Example
White with #E13FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13FA5; }
p { color: rgb(225,63,165); }
H1.HeaderClassName
{
color: #E13FA5;
}
.AnyTagClassName
{
color: #E13FA5;
}
</style>
background-color css
<style>
a { background-color: #E13FA5; }
a { background-color: rgb(225,63,165); }
div.DivClassName
{
background-color: #E13FA5;
}
.BgClassName
{
background-color: #E13FA5;
}
</style>
border-color css
<style>
span { border-color: #E13FA5; }
span { border-color: rgb(225,63,165); }
td.TdClassName
{
border-color: #E13FA5;
}
.TagClassName
{
border-color: #E13FA5;
}
</style>