Shades of Deep Cerise #E1439C
Tints of Deep Cerise #E1439C
RGB
CMYK
RGB Variations
Color information
#E1439C (or 0xE1439C) is known color: Deep Cerise. HEX triplet: E1, 43 and 9C. RGB value is (225,67,156). Sum of RGB (Red+Green+Blue) = 225+67+156=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 67 (26.56% from 255 or 14.96% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E1439C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1439C is #1EBC63. Grayscale: #7C7C7C. Windows color (decimal): -2014308 or 10240993. OLE color: 10240993.
HSL color Cylindrical-coordinate representation of color #E1439C: hue angle of 326.2º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E1439C is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 67 | 156 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.12 |
| HSL | 326.2º | 0.72% | 0.57% | - |
| HSV(B) | 326.2º | 0.7% | 0.88% | - |
| XYZ | 39.06 | 22.42 | 33.72 | - |
| YUV | 124.39 | 145.85 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 156 | 0 | 0.70 | 0.31 | 0.12 | 326.2 | 0.72 | 0.57 |
| Hex | E1 | 43 | 9C | 0 | 46 | 1F | C | 146 | 48 | 39 |
| Octal | 341 | 103 | 234 | 0 | 106 | 37 | 14 | 506 | 110 | 71 |
| Binary | 11100001 | 1000011 | 10011100 | 0 | 1000110 | 11111 | 1100 | 101000110 | 1001000 | 111001 |
Color Harmonies of #E1439C
Complementary color
Monochromatic Colors of #E1439C
Black with #E1439C
Text Example
Text Example
White with #E1439C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1439C; }
p { color: rgb(225,67,156); }
H1.HeaderClassName
{
color: #E1439C;
}
.AnyTagClassName
{
color: #E1439C;
}
</style>
background-color css
<style>
a { background-color: #E1439C; }
a { background-color: rgb(225,67,156); }
div.DivClassName
{
background-color: #E1439C;
}
.BgClassName
{
background-color: #E1439C;
}
</style>
border-color css
<style>
span { border-color: #E1439C; }
span { border-color: rgb(225,67,156); }
td.TdClassName
{
border-color: #E1439C;
}
.TagClassName
{
border-color: #E1439C;
}
</style>