Shades of Deep Cerise #E13B9F
Tints of Deep Cerise #E13B9F
RGB
CMYK
RGB Variations
Color information
#E13B9F (or 0xE13B9F) is known color: Deep Cerise. HEX triplet: E1, 3B and 9F. RGB value is (225,59,159). Sum of RGB (Red+Green+Blue) = 225+59+159=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 59 (23.44% from 255 or 13.32% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E13B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13B9F is #1EC460. Grayscale: #777777. Windows color (decimal): -2016353 or 10435553. OLE color: 10435553.
HSL color Cylindrical-coordinate representation of color #E13B9F: hue angle of 323.86º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13B9F is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 59 | 159 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.12 |
| HSL | 323.86º | 0.73% | 0.56% | - |
| HSV(B) | 323.86º | 0.74% | 0.88% | - |
| XYZ | 38.87 | 21.64 | 34.93 | - |
| YUV | 120.03 | 150 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 59 | 159 | 0 | 0.74 | 0.29 | 0.12 | 323.86 | 0.73 | 0.56 |
| Hex | E1 | 3B | 9F | 0 | 4A | 1D | C | 144 | 49 | 38 |
| Octal | 341 | 73 | 237 | 0 | 112 | 35 | 14 | 504 | 111 | 70 |
| Binary | 11100001 | 111011 | 10011111 | 0 | 1001010 | 11101 | 1100 | 101000100 | 1001001 | 111000 |
Color Harmonies of #E13B9F
Complementary color
Monochromatic Colors of #E13B9F
Black with #E13B9F
Text Example
Text Example
White with #E13B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13B9F; }
p { color: rgb(225,59,159); }
H1.HeaderClassName
{
color: #E13B9F;
}
.AnyTagClassName
{
color: #E13B9F;
}
</style>
background-color css
<style>
a { background-color: #E13B9F; }
a { background-color: rgb(225,59,159); }
div.DivClassName
{
background-color: #E13B9F;
}
.BgClassName
{
background-color: #E13B9F;
}
</style>
border-color css
<style>
span { border-color: #E13B9F; }
span { border-color: rgb(225,59,159); }
td.TdClassName
{
border-color: #E13B9F;
}
.TagClassName
{
border-color: #E13B9F;
}
</style>