Shades of Cerise #E14467
Tints of Cerise #E14467
RGB
CMYK
RGB Variations
Color information
#E14467 (or 0xE14467) is known color: Cerise. HEX triplet: E1, 44 and 67. RGB value is (225,68,103). Sum of RGB (Red+Green+Blue) = 225+68+103=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 103 (40.62% from 255 or 26.01% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E14467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14467 is #1EBB98. Grayscale: #767676. Windows color (decimal): -2014105 or 6767841. OLE color: 6767841.
HSL color Cylindrical-coordinate representation of color #E14467: hue angle of 346.62º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E14467 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 68 | 103 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.12 |
| HSL | 346.62º | 0.72% | 0.57% | - |
| HSV(B) | 346.62º | 0.7% | 0.88% | - |
| XYZ | 35.57 | 21.12 | 15.03 | - |
| YUV | 118.93 | 119.01 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 68 | 103 | 0 | 0.70 | 0.54 | 0.12 | 346.62 | 0.72 | 0.57 |
| Hex | E1 | 44 | 67 | 0 | 46 | 36 | C | 15B | 48 | 39 |
| Octal | 341 | 104 | 147 | 0 | 106 | 66 | 14 | 533 | 110 | 71 |
| Binary | 11100001 | 1000100 | 1100111 | 0 | 1000110 | 110110 | 1100 | 101011011 | 1001000 | 111001 |
Color Harmonies of #E14467
Complementary color
Monochromatic Colors of #E14467
Black with #E14467
Text Example
Text Example
White with #E14467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14467; }
p { color: rgb(225,68,103); }
H1.HeaderClassName
{
color: #E14467;
}
.AnyTagClassName
{
color: #E14467;
}
</style>
background-color css
<style>
a { background-color: #E14467; }
a { background-color: rgb(225,68,103); }
div.DivClassName
{
background-color: #E14467;
}
.BgClassName
{
background-color: #E14467;
}
</style>
border-color css
<style>
span { border-color: #E14467; }
span { border-color: rgb(225,68,103); }
td.TdClassName
{
border-color: #E14467;
}
.TagClassName
{
border-color: #E14467;
}
</style>