Shades of Deep Cerise #E139A5
Tints of Deep Cerise #E139A5
RGB
CMYK
RGB Variations
Color information
#E139A5 (or 0xE139A5) is known color: Deep Cerise. HEX triplet: E1, 39 and A5. RGB value is (225,57,165). Sum of RGB (Red+Green+Blue) = 225+57+165=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 57 (22.66% from 255 or 12.75% from 447); Blue value is 165 (64.84% from 255 or 36.91% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E139A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E139A5 is #1EC65A. Grayscale: #777777. Windows color (decimal): -2016859 or 10828257. OLE color: 10828257.
HSL color Cylindrical-coordinate representation of color #E139A5: hue angle of 321.43º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E139A5 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 57 | 165 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.12 |
| HSL | 321.43º | 0.74% | 0.55% | - |
| HSV(B) | 321.43º | 0.75% | 0.88% | - |
| XYZ | 39.31 | 21.65 | 37.7 | - |
| YUV | 119.54 | 153.66 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 57 | 165 | 0 | 0.75 | 0.27 | 0.12 | 321.43 | 0.74 | 0.55 |
| Hex | E1 | 39 | A5 | 0 | 4B | 1B | C | 141 | 4A | 37 |
| Octal | 341 | 71 | 245 | 0 | 113 | 33 | 14 | 501 | 112 | 67 |
| Binary | 11100001 | 111001 | 10100101 | 0 | 1001011 | 11011 | 1100 | 101000001 | 1001010 | 110111 |
Color Harmonies of #E139A5
Complementary color
Monochromatic Colors of #E139A5
Black with #E139A5
Text Example
Text Example
White with #E139A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E139A5; }
p { color: rgb(225,57,165); }
H1.HeaderClassName
{
color: #E139A5;
}
.AnyTagClassName
{
color: #E139A5;
}
</style>
background-color css
<style>
a { background-color: #E139A5; }
a { background-color: rgb(225,57,165); }
div.DivClassName
{
background-color: #E139A5;
}
.BgClassName
{
background-color: #E139A5;
}
</style>
border-color css
<style>
span { border-color: #E139A5; }
span { border-color: rgb(225,57,165); }
td.TdClassName
{
border-color: #E139A5;
}
.TagClassName
{
border-color: #E139A5;
}
</style>