Shades of Cerise #E13E6A
Tints of Cerise #E13E6A
RGB
CMYK
RGB Variations
Color information
#E13E6A (or 0xE13E6A) is known color: Cerise. HEX triplet: E1, 3E and 6A. RGB value is (225,62,106). Sum of RGB (Red+Green+Blue) = 225+62+106=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E13E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13E6A is #1EC195. Grayscale: #737373. Windows color (decimal): -2015638 or 6962913. OLE color: 6962913.
HSL color Cylindrical-coordinate representation of color #E13E6A: hue angle of 343.8º 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 #E13E6A is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 62 | 106 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.12 |
| HSL | 343.8º | 0.73% | 0.56% | - |
| HSV(B) | 343.8º | 0.72% | 0.88% | - |
| XYZ | 35.38 | 20.49 | 15.73 | - |
| YUV | 115.75 | 122.5 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 62 | 106 | 0 | 0.72 | 0.53 | 0.12 | 343.8 | 0.73 | 0.56 |
| Hex | E1 | 3E | 6A | 0 | 48 | 35 | C | 158 | 49 | 38 |
| Octal | 341 | 76 | 152 | 0 | 110 | 65 | 14 | 530 | 111 | 70 |
| Binary | 11100001 | 111110 | 1101010 | 0 | 1001000 | 110101 | 1100 | 101011000 | 1001001 | 111000 |
Color Harmonies of #E13E6A
Complementary color
Monochromatic Colors of #E13E6A
Black with #E13E6A
Text Example
Text Example
White with #E13E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13E6A; }
p { color: rgb(225,62,106); }
H1.HeaderClassName
{
color: #E13E6A;
}
.AnyTagClassName
{
color: #E13E6A;
}
</style>
background-color css
<style>
a { background-color: #E13E6A; }
a { background-color: rgb(225,62,106); }
div.DivClassName
{
background-color: #E13E6A;
}
.BgClassName
{
background-color: #E13E6A;
}
</style>
border-color css
<style>
span { border-color: #E13E6A; }
span { border-color: rgb(225,62,106); }
td.TdClassName
{
border-color: #E13E6A;
}
.TagClassName
{
border-color: #E13E6A;
}
</style>