Shades of Deep Cerise #E13A7B
Tints of Deep Cerise #E13A7B
RGB
CMYK
RGB Variations
Color information
#E13A7B (or 0xE13A7B) is known color: Deep Cerise. HEX triplet: E1, 3A and 7B. RGB value is (225,58,123). Sum of RGB (Red+Green+Blue) = 225+58+123=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13A7B is #1EC584. Grayscale: #737373. Windows color (decimal): -2016645 or 8076001. OLE color: 8076001.
HSL color Cylindrical-coordinate representation of color #E13A7B: hue angle of 336.65º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13A7B is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 58 | 123 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.12 |
| HSL | 336.65º | 0.74% | 0.55% | - |
| HSV(B) | 336.65º | 0.74% | 0.88% | - |
| XYZ | 36.14 | 20.46 | 20.78 | - |
| YUV | 115.34 | 132.33 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 58 | 123 | 0 | 0.74 | 0.45 | 0.12 | 336.65 | 0.74 | 0.55 |
| Hex | E1 | 3A | 7B | 0 | 4A | 2D | C | 151 | 4A | 37 |
| Octal | 341 | 72 | 173 | 0 | 112 | 55 | 14 | 521 | 112 | 67 |
| Binary | 11100001 | 111010 | 1111011 | 0 | 1001010 | 101101 | 1100 | 101010001 | 1001010 | 110111 |
Color Harmonies of #E13A7B
Complementary color
Monochromatic Colors of #E13A7B
Black with #E13A7B
Text Example
Text Example
White with #E13A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13A7B; }
p { color: rgb(225,58,123); }
H1.HeaderClassName
{
color: #E13A7B;
}
.AnyTagClassName
{
color: #E13A7B;
}
</style>
background-color css
<style>
a { background-color: #E13A7B; }
a { background-color: rgb(225,58,123); }
div.DivClassName
{
background-color: #E13A7B;
}
.BgClassName
{
background-color: #E13A7B;
}
</style>
border-color css
<style>
span { border-color: #E13A7B; }
span { border-color: rgb(225,58,123); }
td.TdClassName
{
border-color: #E13A7B;
}
.TagClassName
{
border-color: #E13A7B;
}
</style>