Shades of Deep Cerise #E13C8F
Tints of Deep Cerise #E13C8F
RGB
CMYK
RGB Variations
Color information
#E13C8F (or 0xE13C8F) is known color: Deep Cerise. HEX triplet: E1, 3C and 8F. RGB value is (225,60,143). Sum of RGB (Red+Green+Blue) = 225+60+143=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 60 (23.83% from 255 or 14.02% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13C8F is #1EC370. Grayscale: #767676. Windows color (decimal): -2016113 or 9387233. OLE color: 9387233.
HSL color Cylindrical-coordinate representation of color #E13C8F: hue angle of 329.82º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E13C8F is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 60 | 143 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.12 |
| HSL | 329.82º | 0.73% | 0.56% | - |
| HSV(B) | 329.82º | 0.73% | 0.88% | - |
| XYZ | 37.63 | 21.22 | 28.1 | - |
| YUV | 118.8 | 141.66 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 60 | 143 | 0 | 0.73 | 0.36 | 0.12 | 329.82 | 0.73 | 0.56 |
| Hex | E1 | 3C | 8F | 0 | 49 | 24 | C | 14A | 49 | 38 |
| Octal | 341 | 74 | 217 | 0 | 111 | 44 | 14 | 512 | 111 | 70 |
| Binary | 11100001 | 111100 | 10001111 | 0 | 1001001 | 100100 | 1100 | 101001010 | 1001001 | 111000 |
Color Harmonies of #E13C8F
Complementary color
Monochromatic Colors of #E13C8F
Black with #E13C8F
Text Example
Text Example
White with #E13C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13C8F; }
p { color: rgb(225,60,143); }
H1.HeaderClassName
{
color: #E13C8F;
}
.AnyTagClassName
{
color: #E13C8F;
}
</style>
background-color css
<style>
a { background-color: #E13C8F; }
a { background-color: rgb(225,60,143); }
div.DivClassName
{
background-color: #E13C8F;
}
.BgClassName
{
background-color: #E13C8F;
}
</style>
border-color css
<style>
span { border-color: #E13C8F; }
span { border-color: rgb(225,60,143); }
td.TdClassName
{
border-color: #E13C8F;
}
.TagClassName
{
border-color: #E13C8F;
}
</style>