Shades of Deep Cerise #E13F90
Tints of Deep Cerise #E13F90
RGB
CMYK
RGB Variations
Color information
#E13F90 (or 0xE13F90) is known color: Deep Cerise. HEX triplet: E1, 3F and 90. RGB value is (225,63,144). Sum of RGB (Red+Green+Blue) = 225+63+144=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E13F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13F90 is #1EC06F. Grayscale: #787878. Windows color (decimal): -2015344 or 9453537. OLE color: 9453537.
HSL color Cylindrical-coordinate representation of color #E13F90: hue angle of 330º 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 #E13F90 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 63 | 144 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.12 |
| HSL | 330º | 0.73% | 0.56% | - |
| HSV(B) | 330º | 0.72% | 0.88% | - |
| XYZ | 37.86 | 21.58 | 28.55 | - |
| YUV | 120.67 | 141.17 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 63 | 144 | 0 | 0.72 | 0.36 | 0.12 | 330 | 0.73 | 0.56 |
| Hex | E1 | 3F | 90 | 0 | 48 | 24 | C | 14A | 49 | 38 |
| Octal | 341 | 77 | 220 | 0 | 110 | 44 | 14 | 512 | 111 | 70 |
| Binary | 11100001 | 111111 | 10010000 | 0 | 1001000 | 100100 | 1100 | 101001010 | 1001001 | 111000 |
Color Harmonies of #E13F90
Complementary color
Monochromatic Colors of #E13F90
Black with #E13F90
Text Example
Text Example
White with #E13F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13F90; }
p { color: rgb(225,63,144); }
H1.HeaderClassName
{
color: #E13F90;
}
.AnyTagClassName
{
color: #E13F90;
}
</style>
background-color css
<style>
a { background-color: #E13F90; }
a { background-color: rgb(225,63,144); }
div.DivClassName
{
background-color: #E13F90;
}
.BgClassName
{
background-color: #E13F90;
}
</style>
border-color css
<style>
span { border-color: #E13F90; }
span { border-color: rgb(225,63,144); }
td.TdClassName
{
border-color: #E13F90;
}
.TagClassName
{
border-color: #E13F90;
}
</style>