Shades of Cerise #E13E6F
Tints of Cerise #E13E6F
RGB
CMYK
RGB Variations
Color information
#E13E6F (or 0xE13E6F) is known color: Cerise. HEX triplet: E1, 3E and 6F. RGB value is (225,62,111). Sum of RGB (Red+Green+Blue) = 225+62+111=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E13E6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13E6F is #1EC190. Grayscale: #747474. Windows color (decimal): -2015633 or 7290593. OLE color: 7290593.
HSL color Cylindrical-coordinate representation of color #E13E6F: hue angle of 341.96º 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 #E13E6F is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 62 | 111 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.12 |
| HSL | 341.96º | 0.73% | 0.56% | - |
| HSV(B) | 341.96º | 0.72% | 0.88% | - |
| XYZ | 35.64 | 20.6 | 17.14 | - |
| YUV | 116.32 | 125 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 62 | 111 | 0 | 0.72 | 0.51 | 0.12 | 341.96 | 0.73 | 0.56 |
| Hex | E1 | 3E | 6F | 0 | 48 | 33 | C | 156 | 49 | 38 |
| Octal | 341 | 76 | 157 | 0 | 110 | 63 | 14 | 526 | 111 | 70 |
| Binary | 11100001 | 111110 | 1101111 | 0 | 1001000 | 110011 | 1100 | 101010110 | 1001001 | 111000 |
Color Harmonies of #E13E6F
Complementary color
Monochromatic Colors of #E13E6F
Black with #E13E6F
Text Example
Text Example
White with #E13E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13E6F; }
p { color: rgb(225,62,111); }
H1.HeaderClassName
{
color: #E13E6F;
}
.AnyTagClassName
{
color: #E13E6F;
}
</style>
background-color css
<style>
a { background-color: #E13E6F; }
a { background-color: rgb(225,62,111); }
div.DivClassName
{
background-color: #E13E6F;
}
.BgClassName
{
background-color: #E13E6F;
}
</style>
border-color css
<style>
span { border-color: #E13E6F; }
span { border-color: rgb(225,62,111); }
td.TdClassName
{
border-color: #E13E6F;
}
.TagClassName
{
border-color: #E13E6F;
}
</style>