Shades of Deep Cerise #E1308C
Tints of Deep Cerise #E1308C
RGB
CMYK
RGB Variations
Color information
#E1308C (or 0xE1308C) is known color: Deep Cerise. HEX triplet: E1, 30 and 8C. RGB value is (225,48,140). Sum of RGB (Red+Green+Blue) = 225+48+140=413 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.48% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 225 - color contains mainly: red. Hex color #E1308C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1308C is #1ECF73. Grayscale: #6F6F6F. Windows color (decimal): -2019188 or 9187553. OLE color: 9187553.
HSL color Cylindrical-coordinate representation of color #E1308C: hue angle of 328.81º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E1308C is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 48 | 140 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.12 |
| HSL | 328.81º | 0.75% | 0.54% | - |
| HSV(B) | 328.81º | 0.79% | 0.88% | - |
| XYZ | 36.84 | 20.01 | 26.73 | - |
| YUV | 111.41 | 144.14 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 48 | 140 | 0 | 0.79 | 0.38 | 0.12 | 328.81 | 0.75 | 0.54 |
| Hex | E1 | 30 | 8C | 0 | 4F | 26 | C | 149 | 4B | 36 |
| Octal | 341 | 60 | 214 | 0 | 117 | 46 | 14 | 511 | 113 | 66 |
| Binary | 11100001 | 110000 | 10001100 | 0 | 1001111 | 100110 | 1100 | 101001001 | 1001011 | 110110 |
Color Harmonies of #E1308C
Complementary color
Monochromatic Colors of #E1308C
Black with #E1308C
Text Example
Text Example
White with #E1308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1308C; }
p { color: rgb(225,48,140); }
H1.HeaderClassName
{
color: #E1308C;
}
.AnyTagClassName
{
color: #E1308C;
}
</style>
background-color css
<style>
a { background-color: #E1308C; }
a { background-color: rgb(225,48,140); }
div.DivClassName
{
background-color: #E1308C;
}
.BgClassName
{
background-color: #E1308C;
}
</style>
border-color css
<style>
span { border-color: #E1308C; }
span { border-color: rgb(225,48,140); }
td.TdClassName
{
border-color: #E1308C;
}
.TagClassName
{
border-color: #E1308C;
}
</style>