Shades of Deep Cerise #E14183
Tints of Deep Cerise #E14183
RGB
CMYK
RGB Variations
Color information
#E14183 (or 0xE14183) is known color: Deep Cerise. HEX triplet: E1, 41 and 83. RGB value is (225,65,131). Sum of RGB (Red+Green+Blue) = 225+65+131=421 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.44% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 225 - color contains mainly: red. Hex color #E14183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14183 is #1EBE7C. Grayscale: #787878. Windows color (decimal): -2014845 or 8602081. OLE color: 8602081.
HSL color Cylindrical-coordinate representation of color #E14183: hue angle of 335.25º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E14183 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 65 | 131 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.12 |
| HSL | 335.25º | 0.73% | 0.57% | - |
| HSV(B) | 335.25º | 0.71% | 0.88% | - |
| XYZ | 37.04 | 21.43 | 23.66 | - |
| YUV | 120.36 | 134.01 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 131 | 0 | 0.71 | 0.42 | 0.12 | 335.25 | 0.73 | 0.57 |
| Hex | E1 | 41 | 83 | 0 | 47 | 2A | C | 14F | 49 | 39 |
| Octal | 341 | 101 | 203 | 0 | 107 | 52 | 14 | 517 | 111 | 71 |
| Binary | 11100001 | 1000001 | 10000011 | 0 | 1000111 | 101010 | 1100 | 101001111 | 1001001 | 111001 |
Color Harmonies of #E14183
Complementary color
Monochromatic Colors of #E14183
Black with #E14183
Text Example
Text Example
White with #E14183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14183; }
p { color: rgb(225,65,131); }
H1.HeaderClassName
{
color: #E14183;
}
.AnyTagClassName
{
color: #E14183;
}
</style>
background-color css
<style>
a { background-color: #E14183; }
a { background-color: rgb(225,65,131); }
div.DivClassName
{
background-color: #E14183;
}
.BgClassName
{
background-color: #E14183;
}
</style>
border-color css
<style>
span { border-color: #E14183; }
span { border-color: rgb(225,65,131); }
td.TdClassName
{
border-color: #E14183;
}
.TagClassName
{
border-color: #E14183;
}
</style>