Shades of Deep Cerise #E1358B
Tints of Deep Cerise #E1358B
RGB
CMYK
RGB Variations
Color information
#E1358B (or 0xE1358B) is known color: Deep Cerise. HEX triplet: E1, 35 and 8B. RGB value is (225,53,139). Sum of RGB (Red+Green+Blue) = 225+53+139=417 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.96% from 417); Green value is 53 (21.09% from 255 or 12.71% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 225 - color contains mainly: red. Hex color #E1358B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1358B is #1ECA74. Grayscale: #727272. Windows color (decimal): -2017909 or 9123297. OLE color: 9123297.
HSL color Cylindrical-coordinate representation of color #E1358B: hue angle of 330º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E1358B is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 53 | 139 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.12 |
| HSL | 330º | 0.74% | 0.55% | - |
| HSV(B) | 330º | 0.76% | 0.88% | - |
| XYZ | 36.98 | 20.42 | 26.42 | - |
| YUV | 114.23 | 141.98 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 53 | 139 | 0 | 0.76 | 0.38 | 0.12 | 330 | 0.74 | 0.55 |
| Hex | E1 | 35 | 8B | 0 | 4C | 26 | C | 14A | 4A | 37 |
| Octal | 341 | 65 | 213 | 0 | 114 | 46 | 14 | 512 | 112 | 67 |
| Binary | 11100001 | 110101 | 10001011 | 0 | 1001100 | 100110 | 1100 | 101001010 | 1001010 | 110111 |
Color Harmonies of #E1358B
Complementary color
Monochromatic Colors of #E1358B
Black with #E1358B
Text Example
Text Example
White with #E1358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1358B; }
p { color: rgb(225,53,139); }
H1.HeaderClassName
{
color: #E1358B;
}
.AnyTagClassName
{
color: #E1358B;
}
</style>
background-color css
<style>
a { background-color: #E1358B; }
a { background-color: rgb(225,53,139); }
div.DivClassName
{
background-color: #E1358B;
}
.BgClassName
{
background-color: #E1358B;
}
</style>
border-color css
<style>
span { border-color: #E1358B; }
span { border-color: rgb(225,53,139); }
td.TdClassName
{
border-color: #E1358B;
}
.TagClassName
{
border-color: #E1358B;
}
</style>