Shades of Cerise #E13F5E
Tints of Cerise #E13F5E
RGB
CMYK
RGB Variations
Color information
#E13F5E (or 0xE13F5E) is known color: Cerise. HEX triplet: E1, 3F and 5E. RGB value is (225,63,94). Sum of RGB (Red+Green+Blue) = 225+63+94=382 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.90% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 225 - color contains mainly: red. Hex color #E13F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13F5E is #1EC0A1. Grayscale: #737373. Windows color (decimal): -2015394 or 6176737. OLE color: 6176737.
HSL color Cylindrical-coordinate representation of color #E13F5E: hue angle of 348.52º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E13F5E is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 63 | 94 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.12 |
| HSL | 348.52º | 0.73% | 0.56% | - |
| HSV(B) | 348.52º | 0.72% | 0.88% | - |
| XYZ | 34.85 | 20.37 | 12.68 | - |
| YUV | 114.97 | 116.17 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 63 | 94 | 0 | 0.72 | 0.58 | 0.12 | 348.52 | 0.73 | 0.56 |
| Hex | E1 | 3F | 5E | 0 | 48 | 3A | C | 15D | 49 | 38 |
| Octal | 341 | 77 | 136 | 0 | 110 | 72 | 14 | 535 | 111 | 70 |
| Binary | 11100001 | 111111 | 1011110 | 0 | 1001000 | 111010 | 1100 | 101011101 | 1001001 | 111000 |
Color Harmonies of #E13F5E
Complementary color
Monochromatic Colors of #E13F5E
Black with #E13F5E
Text Example
Text Example
White with #E13F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13F5E; }
p { color: rgb(225,63,94); }
H1.HeaderClassName
{
color: #E13F5E;
}
.AnyTagClassName
{
color: #E13F5E;
}
</style>
background-color css
<style>
a { background-color: #E13F5E; }
a { background-color: rgb(225,63,94); }
div.DivClassName
{
background-color: #E13F5E;
}
.BgClassName
{
background-color: #E13F5E;
}
</style>
border-color css
<style>
span { border-color: #E13F5E; }
span { border-color: rgb(225,63,94); }
td.TdClassName
{
border-color: #E13F5E;
}
.TagClassName
{
border-color: #E13F5E;
}
</style>