Shades of Cerise #E13971
Tints of Cerise #E13971
RGB
CMYK
RGB Variations
Color information
#E13971 (or 0xE13971) is known color: Cerise. HEX triplet: E1, 39 and 71. RGB value is (225,57,113). Sum of RGB (Red+Green+Blue) = 225+57+113=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 57 (22.66% from 255 or 14.43% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E13971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13971 is #1EC68E. Grayscale: #717171. Windows color (decimal): -2016911 or 7420385. OLE color: 7420385.
HSL color Cylindrical-coordinate representation of color #E13971: hue angle of 340º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E13971 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 57 | 113 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.12 |
| HSL | 340º | 0.74% | 0.55% | - |
| HSV(B) | 340º | 0.75% | 0.88% | - |
| XYZ | 35.5 | 20.13 | 17.64 | - |
| YUV | 113.62 | 127.66 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 57 | 113 | 0 | 0.75 | 0.50 | 0.12 | 340 | 0.74 | 0.55 |
| Hex | E1 | 39 | 71 | 0 | 4B | 32 | C | 154 | 4A | 37 |
| Octal | 341 | 71 | 161 | 0 | 113 | 62 | 14 | 524 | 112 | 67 |
| Binary | 11100001 | 111001 | 1110001 | 0 | 1001011 | 110010 | 1100 | 101010100 | 1001010 | 110111 |
Color Harmonies of #E13971
Complementary color
Monochromatic Colors of #E13971
Black with #E13971
Text Example
Text Example
White with #E13971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13971; }
p { color: rgb(225,57,113); }
H1.HeaderClassName
{
color: #E13971;
}
.AnyTagClassName
{
color: #E13971;
}
</style>
background-color css
<style>
a { background-color: #E13971; }
a { background-color: rgb(225,57,113); }
div.DivClassName
{
background-color: #E13971;
}
.BgClassName
{
background-color: #E13971;
}
</style>
border-color css
<style>
span { border-color: #E13971; }
span { border-color: rgb(225,57,113); }
td.TdClassName
{
border-color: #E13971;
}
.TagClassName
{
border-color: #E13971;
}
</style>