Shades of Cerise #E1406D
Tints of Cerise #E1406D
RGB
CMYK
RGB Variations
Color information
#E1406D (or 0xE1406D) is known color: Cerise. HEX triplet: E1, 40 and 6D. RGB value is (225,64,109). Sum of RGB (Red+Green+Blue) = 225+64+109=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E1406D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1406D is #1EBF92. Grayscale: #757575. Windows color (decimal): -2015123 or 7160033. OLE color: 7160033.
HSL color Cylindrical-coordinate representation of color #E1406D: hue angle of 343.23º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1406D is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 64 | 109 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.12 |
| HSL | 343.23º | 0.73% | 0.57% | - |
| HSV(B) | 343.23º | 0.72% | 0.88% | - |
| XYZ | 35.65 | 20.78 | 16.6 | - |
| YUV | 117.27 | 123.34 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 109 | 0 | 0.72 | 0.52 | 0.12 | 343.23 | 0.73 | 0.57 |
| Hex | E1 | 40 | 6D | 0 | 48 | 34 | C | 157 | 49 | 39 |
| Octal | 341 | 100 | 155 | 0 | 110 | 64 | 14 | 527 | 111 | 71 |
| Binary | 11100001 | 1000000 | 1101101 | 0 | 1001000 | 110100 | 1100 | 101010111 | 1001001 | 111001 |
Color Harmonies of #E1406D
Complementary color
Monochromatic Colors of #E1406D
Black with #E1406D
Text Example
Text Example
White with #E1406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1406D; }
p { color: rgb(225,64,109); }
H1.HeaderClassName
{
color: #E1406D;
}
.AnyTagClassName
{
color: #E1406D;
}
</style>
background-color css
<style>
a { background-color: #E1406D; }
a { background-color: rgb(225,64,109); }
div.DivClassName
{
background-color: #E1406D;
}
.BgClassName
{
background-color: #E1406D;
}
</style>
border-color css
<style>
span { border-color: #E1406D; }
span { border-color: rgb(225,64,109); }
td.TdClassName
{
border-color: #E1406D;
}
.TagClassName
{
border-color: #E1406D;
}
</style>