Shades of Deep Cerise #E13B7A
Tints of Deep Cerise #E13B7A
RGB
CMYK
RGB Variations
Color information
#E13B7A (or 0xE13B7A) is known color: Deep Cerise. HEX triplet: E1, 3B and 7A. RGB value is (225,59,122). Sum of RGB (Red+Green+Blue) = 225+59+122=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 59 (23.44% from 255 or 14.53% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E13B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13B7A is #1EC485. Grayscale: #737373. Windows color (decimal): -2016390 or 8010721. OLE color: 8010721.
HSL color Cylindrical-coordinate representation of color #E13B7A: hue angle of 337.23º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13B7A is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 59 | 122 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.12 |
| HSL | 337.23º | 0.73% | 0.56% | - |
| HSV(B) | 337.23º | 0.74% | 0.88% | - |
| XYZ | 36.13 | 20.54 | 20.47 | - |
| YUV | 115.82 | 131.5 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 59 | 122 | 0 | 0.74 | 0.46 | 0.12 | 337.23 | 0.73 | 0.56 |
| Hex | E1 | 3B | 7A | 0 | 4A | 2E | C | 151 | 49 | 38 |
| Octal | 341 | 73 | 172 | 0 | 112 | 56 | 14 | 521 | 111 | 70 |
| Binary | 11100001 | 111011 | 1111010 | 0 | 1001010 | 101110 | 1100 | 101010001 | 1001001 | 111000 |
Color Harmonies of #E13B7A
Complementary color
Monochromatic Colors of #E13B7A
Black with #E13B7A
Text Example
Text Example
White with #E13B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13B7A; }
p { color: rgb(225,59,122); }
H1.HeaderClassName
{
color: #E13B7A;
}
.AnyTagClassName
{
color: #E13B7A;
}
</style>
background-color css
<style>
a { background-color: #E13B7A; }
a { background-color: rgb(225,59,122); }
div.DivClassName
{
background-color: #E13B7A;
}
.BgClassName
{
background-color: #E13B7A;
}
</style>
border-color css
<style>
span { border-color: #E13B7A; }
span { border-color: rgb(225,59,122); }
td.TdClassName
{
border-color: #E13B7A;
}
.TagClassName
{
border-color: #E13B7A;
}
</style>