Shades of Cerise #E14269
Tints of Cerise #E14269
RGB
CMYK
RGB Variations
Color information
#E14269 (or 0xE14269) is known color: Cerise. HEX triplet: E1, 42 and 69. RGB value is (225,66,105). Sum of RGB (Red+Green+Blue) = 225+66+105=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E14269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14269 is #1EBD96. Grayscale: #757575. Windows color (decimal): -2014615 or 6898401. OLE color: 6898401.
HSL color Cylindrical-coordinate representation of color #E14269: hue angle of 345.28º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E14269 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 66 | 105 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.12 |
| HSL | 345.28º | 0.73% | 0.57% | - |
| HSV(B) | 345.28º | 0.71% | 0.88% | - |
| XYZ | 35.55 | 20.92 | 15.53 | - |
| YUV | 117.99 | 120.68 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 66 | 105 | 0 | 0.71 | 0.53 | 0.12 | 345.28 | 0.73 | 0.57 |
| Hex | E1 | 42 | 69 | 0 | 47 | 35 | C | 159 | 49 | 39 |
| Octal | 341 | 102 | 151 | 0 | 107 | 65 | 14 | 531 | 111 | 71 |
| Binary | 11100001 | 1000010 | 1101001 | 0 | 1000111 | 110101 | 1100 | 101011001 | 1001001 | 111001 |
Color Harmonies of #E14269
Complementary color
Monochromatic Colors of #E14269
Black with #E14269
Text Example
Text Example
White with #E14269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14269; }
p { color: rgb(225,66,105); }
H1.HeaderClassName
{
color: #E14269;
}
.AnyTagClassName
{
color: #E14269;
}
</style>
background-color css
<style>
a { background-color: #E14269; }
a { background-color: rgb(225,66,105); }
div.DivClassName
{
background-color: #E14269;
}
.BgClassName
{
background-color: #E14269;
}
</style>
border-color css
<style>
span { border-color: #E14269; }
span { border-color: rgb(225,66,105); }
td.TdClassName
{
border-color: #E14269;
}
.TagClassName
{
border-color: #E14269;
}
</style>