Shades of Deep Cerise #E13DA6
Tints of Deep Cerise #E13DA6
RGB
CMYK
RGB Variations
Color information
#E13DA6 (or 0xE13DA6) is known color: Deep Cerise. HEX triplet: E1, 3D and A6. RGB value is (225,61,166). Sum of RGB (Red+Green+Blue) = 225+61+166=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 61 (24.22% from 255 or 13.50% from 452); Blue value is 166 (65.23% from 255 or 36.73% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E13DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13DA6 is #1EC259. Grayscale: #797979. Windows color (decimal): -2015834 or 10894817. OLE color: 10894817.
HSL color Cylindrical-coordinate representation of color #E13DA6: hue angle of 321.59º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E13DA6 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 61 | 166 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.12 |
| HSL | 321.59º | 0.73% | 0.56% | - |
| HSV(B) | 321.59º | 0.73% | 0.88% | - |
| XYZ | 39.6 | 22.1 | 38.25 | - |
| YUV | 122.01 | 152.83 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 61 | 166 | 0 | 0.73 | 0.26 | 0.12 | 321.59 | 0.73 | 0.56 |
| Hex | E1 | 3D | A6 | 0 | 49 | 1A | C | 142 | 49 | 38 |
| Octal | 341 | 75 | 246 | 0 | 111 | 32 | 14 | 502 | 111 | 70 |
| Binary | 11100001 | 111101 | 10100110 | 0 | 1001001 | 11010 | 1100 | 101000010 | 1001001 | 111000 |
Color Harmonies of #E13DA6
Complementary color
Monochromatic Colors of #E13DA6
Black with #E13DA6
Text Example
Text Example
White with #E13DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13DA6; }
p { color: rgb(225,61,166); }
H1.HeaderClassName
{
color: #E13DA6;
}
.AnyTagClassName
{
color: #E13DA6;
}
</style>
background-color css
<style>
a { background-color: #E13DA6; }
a { background-color: rgb(225,61,166); }
div.DivClassName
{
background-color: #E13DA6;
}
.BgClassName
{
background-color: #E13DA6;
}
</style>
border-color css
<style>
span { border-color: #E13DA6; }
span { border-color: rgb(225,61,166); }
td.TdClassName
{
border-color: #E13DA6;
}
.TagClassName
{
border-color: #E13DA6;
}
</style>