Shades of Deep Cerise #E13F9F
Tints of Deep Cerise #E13F9F
RGB
CMYK
RGB Variations
Color information
#E13F9F (or 0xE13F9F) is known color: Deep Cerise. HEX triplet: E1, 3F and 9F. RGB value is (225,63,159). Sum of RGB (Red+Green+Blue) = 225+63+159=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 63 (25% from 255 or 14.09% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E13F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13F9F is #1EC060. Grayscale: #7A7A7A. Windows color (decimal): -2015329 or 10436577. OLE color: 10436577.
HSL color Cylindrical-coordinate representation of color #E13F9F: hue angle of 324.44º 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 #E13F9F is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 63 | 159 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.12 |
| HSL | 324.44º | 0.73% | 0.56% | - |
| HSV(B) | 324.44º | 0.72% | 0.88% | - |
| XYZ | 39.09 | 22.07 | 35 | - |
| YUV | 122.38 | 148.67 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 63 | 159 | 0 | 0.72 | 0.29 | 0.12 | 324.44 | 0.73 | 0.56 |
| Hex | E1 | 3F | 9F | 0 | 48 | 1D | C | 144 | 49 | 38 |
| Octal | 341 | 77 | 237 | 0 | 110 | 35 | 14 | 504 | 111 | 70 |
| Binary | 11100001 | 111111 | 10011111 | 0 | 1001000 | 11101 | 1100 | 101000100 | 1001001 | 111000 |
Color Harmonies of #E13F9F
Complementary color
Monochromatic Colors of #E13F9F
Black with #E13F9F
Text Example
Text Example
White with #E13F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13F9F; }
p { color: rgb(225,63,159); }
H1.HeaderClassName
{
color: #E13F9F;
}
.AnyTagClassName
{
color: #E13F9F;
}
</style>
background-color css
<style>
a { background-color: #E13F9F; }
a { background-color: rgb(225,63,159); }
div.DivClassName
{
background-color: #E13F9F;
}
.BgClassName
{
background-color: #E13F9F;
}
</style>
border-color css
<style>
span { border-color: #E13F9F; }
span { border-color: rgb(225,63,159); }
td.TdClassName
{
border-color: #E13F9F;
}
.TagClassName
{
border-color: #E13F9F;
}
</style>