Shades of Deep Cerise #E1468B
Tints of Deep Cerise #E1468B
RGB
CMYK
RGB Variations
Color information
#E1468B (or 0xE1468B) is known color: Deep Cerise. HEX triplet: E1, 46 and 8B. RGB value is (225,70,139). Sum of RGB (Red+Green+Blue) = 225+70+139=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E1468B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1468B is #1EB974. Grayscale: #7C7C7C. Windows color (decimal): -2013557 or 9127649. OLE color: 9127649.
HSL color Cylindrical-coordinate representation of color #E1468B: hue angle of 333.29º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E1468B is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 70 | 139 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.12 |
| HSL | 333.29º | 0.72% | 0.58% | - |
| HSV(B) | 333.29º | 0.69% | 0.88% | - |
| XYZ | 37.9 | 22.25 | 26.72 | - |
| YUV | 124.21 | 136.35 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 70 | 139 | 0 | 0.69 | 0.38 | 0.12 | 333.29 | 0.72 | 0.58 |
| Hex | E1 | 46 | 8B | 0 | 45 | 26 | C | 14D | 48 | 3A |
| Octal | 341 | 106 | 213 | 0 | 105 | 46 | 14 | 515 | 110 | 72 |
| Binary | 11100001 | 1000110 | 10001011 | 0 | 1000101 | 100110 | 1100 | 101001101 | 1001000 | 111010 |
Color Harmonies of #E1468B
Complementary color
Monochromatic Colors of #E1468B
Black with #E1468B
Text Example
Text Example
White with #E1468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1468B; }
p { color: rgb(225,70,139); }
H1.HeaderClassName
{
color: #E1468B;
}
.AnyTagClassName
{
color: #E1468B;
}
</style>
background-color css
<style>
a { background-color: #E1468B; }
a { background-color: rgb(225,70,139); }
div.DivClassName
{
background-color: #E1468B;
}
.BgClassName
{
background-color: #E1468B;
}
</style>
border-color css
<style>
span { border-color: #E1468B; }
span { border-color: rgb(225,70,139); }
td.TdClassName
{
border-color: #E1468B;
}
.TagClassName
{
border-color: #E1468B;
}
</style>