Shades of Deep Cerise #E13B9D
Tints of Deep Cerise #E13B9D
RGB
CMYK
RGB Variations
Color information
#E13B9D (or 0xE13B9D) is known color: Deep Cerise. HEX triplet: E1, 3B and 9D. RGB value is (225,59,157). Sum of RGB (Red+Green+Blue) = 225+59+157=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 59 (23.44% from 255 or 13.38% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E13B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13B9D is #1EC462. Grayscale: #777777. Windows color (decimal): -2016355 or 10304481. OLE color: 10304481.
HSL color Cylindrical-coordinate representation of color #E13B9D: hue angle of 324.58º 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 #E13B9D is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 59 | 157 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.12 |
| HSL | 324.58º | 0.73% | 0.56% | - |
| HSV(B) | 324.58º | 0.74% | 0.88% | - |
| XYZ | 38.7 | 21.57 | 34.02 | - |
| YUV | 119.81 | 149 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 59 | 157 | 0 | 0.74 | 0.30 | 0.12 | 324.58 | 0.73 | 0.56 |
| Hex | E1 | 3B | 9D | 0 | 4A | 1E | C | 145 | 49 | 38 |
| Octal | 341 | 73 | 235 | 0 | 112 | 36 | 14 | 505 | 111 | 70 |
| Binary | 11100001 | 111011 | 10011101 | 0 | 1001010 | 11110 | 1100 | 101000101 | 1001001 | 111000 |
Color Harmonies of #E13B9D
Complementary color
Monochromatic Colors of #E13B9D
Black with #E13B9D
Text Example
Text Example
White with #E13B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13B9D; }
p { color: rgb(225,59,157); }
H1.HeaderClassName
{
color: #E13B9D;
}
.AnyTagClassName
{
color: #E13B9D;
}
</style>
background-color css
<style>
a { background-color: #E13B9D; }
a { background-color: rgb(225,59,157); }
div.DivClassName
{
background-color: #E13B9D;
}
.BgClassName
{
background-color: #E13B9D;
}
</style>
border-color css
<style>
span { border-color: #E13B9D; }
span { border-color: rgb(225,59,157); }
td.TdClassName
{
border-color: #E13B9D;
}
.TagClassName
{
border-color: #E13B9D;
}
</style>