Shades of Cerise #E13E6C
Tints of Cerise #E13E6C
RGB
CMYK
RGB Variations
Color information
#E13E6C (or 0xE13E6C) is known color: Cerise. HEX triplet: E1, 3E and 6C. RGB value is (225,62,108). Sum of RGB (Red+Green+Blue) = 225+62+108=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E13E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13E6C is #1EC193. Grayscale: #737373. Windows color (decimal): -2015636 or 7093985. OLE color: 7093985.
HSL color Cylindrical-coordinate representation of color #E13E6C: hue angle of 343.07º 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 #E13E6C is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 62 | 108 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.12 |
| HSL | 343.07º | 0.73% | 0.56% | - |
| HSV(B) | 343.07º | 0.72% | 0.88% | - |
| XYZ | 35.48 | 20.54 | 16.28 | - |
| YUV | 115.98 | 123.5 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 62 | 108 | 0 | 0.72 | 0.52 | 0.12 | 343.07 | 0.73 | 0.56 |
| Hex | E1 | 3E | 6C | 0 | 48 | 34 | C | 157 | 49 | 38 |
| Octal | 341 | 76 | 154 | 0 | 110 | 64 | 14 | 527 | 111 | 70 |
| Binary | 11100001 | 111110 | 1101100 | 0 | 1001000 | 110100 | 1100 | 101010111 | 1001001 | 111000 |
Color Harmonies of #E13E6C
Complementary color
Monochromatic Colors of #E13E6C
Black with #E13E6C
Text Example
Text Example
White with #E13E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13E6C; }
p { color: rgb(225,62,108); }
H1.HeaderClassName
{
color: #E13E6C;
}
.AnyTagClassName
{
color: #E13E6C;
}
</style>
background-color css
<style>
a { background-color: #E13E6C; }
a { background-color: rgb(225,62,108); }
div.DivClassName
{
background-color: #E13E6C;
}
.BgClassName
{
background-color: #E13E6C;
}
</style>
border-color css
<style>
span { border-color: #E13E6C; }
span { border-color: rgb(225,62,108); }
td.TdClassName
{
border-color: #E13E6C;
}
.TagClassName
{
border-color: #E13E6C;
}
</style>