Shades of Cerise #E13768
Tints of Cerise #E13768
RGB
CMYK
RGB Variations
Color information
#E13768 (or 0xE13768) is known color: Cerise. HEX triplet: E1, 37 and 68. RGB value is (225,55,104). Sum of RGB (Red+Green+Blue) = 225+55+104=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E13768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13768 is #1EC897. Grayscale: #6F6F6F. Windows color (decimal): -2017432 or 6830049. OLE color: 6830049.
HSL color Cylindrical-coordinate representation of color #E13768: hue angle of 342.71º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E13768 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 55 | 104 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.12 |
| HSL | 342.71º | 0.74% | 0.55% | - |
| HSV(B) | 342.71º | 0.76% | 0.88% | - |
| XYZ | 34.92 | 19.74 | 15.07 | - |
| YUV | 111.42 | 123.82 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 55 | 104 | 0 | 0.76 | 0.54 | 0.12 | 342.71 | 0.74 | 0.55 |
| Hex | E1 | 37 | 68 | 0 | 4C | 36 | C | 157 | 4A | 37 |
| Octal | 341 | 67 | 150 | 0 | 114 | 66 | 14 | 527 | 112 | 67 |
| Binary | 11100001 | 110111 | 1101000 | 0 | 1001100 | 110110 | 1100 | 101010111 | 1001010 | 110111 |
Color Harmonies of #E13768
Complementary color
Monochromatic Colors of #E13768
Black with #E13768
Text Example
Text Example
White with #E13768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13768; }
p { color: rgb(225,55,104); }
H1.HeaderClassName
{
color: #E13768;
}
.AnyTagClassName
{
color: #E13768;
}
</style>
background-color css
<style>
a { background-color: #E13768; }
a { background-color: rgb(225,55,104); }
div.DivClassName
{
background-color: #E13768;
}
.BgClassName
{
background-color: #E13768;
}
</style>
border-color css
<style>
span { border-color: #E13768; }
span { border-color: rgb(225,55,104); }
td.TdClassName
{
border-color: #E13768;
}
.TagClassName
{
border-color: #E13768;
}
</style>