Shades of Deep Cerise #E13C8A
Tints of Deep Cerise #E13C8A
RGB
CMYK
RGB Variations
Color information
#E13C8A (or 0xE13C8A) is known color: Deep Cerise. HEX triplet: E1, 3C and 8A. RGB value is (225,60,138). Sum of RGB (Red+Green+Blue) = 225+60+138=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13C8A is #1EC375. Grayscale: #767676. Windows color (decimal): -2016118 or 9059553. OLE color: 9059553.
HSL color Cylindrical-coordinate representation of color #E13C8A: hue angle of 331.64º 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 #E13C8A is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 60 | 138 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.12 |
| HSL | 331.64º | 0.73% | 0.56% | - |
| HSV(B) | 331.64º | 0.73% | 0.88% | - |
| XYZ | 37.25 | 21.07 | 26.15 | - |
| YUV | 118.23 | 139.16 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 60 | 138 | 0 | 0.73 | 0.39 | 0.12 | 331.64 | 0.73 | 0.56 |
| Hex | E1 | 3C | 8A | 0 | 49 | 27 | C | 14C | 49 | 38 |
| Octal | 341 | 74 | 212 | 0 | 111 | 47 | 14 | 514 | 111 | 70 |
| Binary | 11100001 | 111100 | 10001010 | 0 | 1001001 | 100111 | 1100 | 101001100 | 1001001 | 111000 |
Color Harmonies of #E13C8A
Complementary color
Monochromatic Colors of #E13C8A
Black with #E13C8A
Text Example
Text Example
White with #E13C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13C8A; }
p { color: rgb(225,60,138); }
H1.HeaderClassName
{
color: #E13C8A;
}
.AnyTagClassName
{
color: #E13C8A;
}
</style>
background-color css
<style>
a { background-color: #E13C8A; }
a { background-color: rgb(225,60,138); }
div.DivClassName
{
background-color: #E13C8A;
}
.BgClassName
{
background-color: #E13C8A;
}
</style>
border-color css
<style>
span { border-color: #E13C8A; }
span { border-color: rgb(225,60,138); }
td.TdClassName
{
border-color: #E13C8A;
}
.TagClassName
{
border-color: #E13C8A;
}
</style>