Shades of Deep Cerise #E1229C
Tints of Deep Cerise #E1229C
RGB
CMYK
RGB Variations
Color information
#E1229C (or 0xE1229C) is known color: Deep Cerise. HEX triplet: E1, 22 and 9C. RGB value is (225,34,156). Sum of RGB (Red+Green+Blue) = 225+34+156=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 34 (13.67% from 255 or 8.19% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E1229C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1229C is #1EDD63. Grayscale: #686868. Windows color (decimal): -2022756 or 10232545. OLE color: 10232545.
HSL color Cylindrical-coordinate representation of color #E1229C: hue angle of 321.68º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1229C is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 156 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.12 |
| HSL | 321.68º | 0.76% | 0.51% | - |
| HSV(B) | 321.68º | 0.85% | 0.88% | - |
| XYZ | 37.62 | 19.55 | 33.24 | - |
| YUV | 105.02 | 156.78 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 156 | 0 | 0.85 | 0.31 | 0.12 | 321.68 | 0.76 | 0.51 |
| Hex | E1 | 22 | 9C | 0 | 55 | 1F | C | 142 | 4C | 33 |
| Octal | 341 | 42 | 234 | 0 | 125 | 37 | 14 | 502 | 114 | 63 |
| Binary | 11100001 | 100010 | 10011100 | 0 | 1010101 | 11111 | 1100 | 101000010 | 1001100 | 110011 |
Color Harmonies of #E1229C
Complementary color
Monochromatic Colors of #E1229C
Black with #E1229C
Text Example
Text Example
White with #E1229C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1229C; }
p { color: rgb(225,34,156); }
H1.HeaderClassName
{
color: #E1229C;
}
.AnyTagClassName
{
color: #E1229C;
}
</style>
background-color css
<style>
a { background-color: #E1229C; }
a { background-color: rgb(225,34,156); }
div.DivClassName
{
background-color: #E1229C;
}
.BgClassName
{
background-color: #E1229C;
}
</style>
border-color css
<style>
span { border-color: #E1229C; }
span { border-color: rgb(225,34,156); }
td.TdClassName
{
border-color: #E1229C;
}
.TagClassName
{
border-color: #E1229C;
}
</style>