Shades of Deep Cerise #E1307A
Tints of Deep Cerise #E1307A
RGB
CMYK
RGB Variations
Color information
#E1307A (or 0xE1307A) is known color: Deep Cerise. HEX triplet: E1, 30 and 7A. RGB value is (225,48,122). Sum of RGB (Red+Green+Blue) = 225+48+122=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E1307A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1307A is #1ECF85. Grayscale: #6D6D6D. Windows color (decimal): -2019206 or 8007905. OLE color: 8007905.
HSL color Cylindrical-coordinate representation of color #E1307A: hue angle of 334.92º 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 #E1307A is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 48 | 122 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.12 |
| HSL | 334.92º | 0.75% | 0.54% | - |
| HSV(B) | 334.92º | 0.79% | 0.88% | - |
| XYZ | 35.62 | 19.53 | 20.3 | - |
| YUV | 109.36 | 135.14 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 48 | 122 | 0 | 0.79 | 0.46 | 0.12 | 334.92 | 0.75 | 0.54 |
| Hex | E1 | 30 | 7A | 0 | 4F | 2E | C | 14F | 4B | 36 |
| Octal | 341 | 60 | 172 | 0 | 117 | 56 | 14 | 517 | 113 | 66 |
| Binary | 11100001 | 110000 | 1111010 | 0 | 1001111 | 101110 | 1100 | 101001111 | 1001011 | 110110 |
Color Harmonies of #E1307A
Complementary color
Monochromatic Colors of #E1307A
Black with #E1307A
Text Example
Text Example
White with #E1307A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1307A; }
p { color: rgb(225,48,122); }
H1.HeaderClassName
{
color: #E1307A;
}
.AnyTagClassName
{
color: #E1307A;
}
</style>
background-color css
<style>
a { background-color: #E1307A; }
a { background-color: rgb(225,48,122); }
div.DivClassName
{
background-color: #E1307A;
}
.BgClassName
{
background-color: #E1307A;
}
</style>
border-color css
<style>
span { border-color: #E1307A; }
span { border-color: rgb(225,48,122); }
td.TdClassName
{
border-color: #E1307A;
}
.TagClassName
{
border-color: #E1307A;
}
</style>