Shades of Cerise #E1406F
Tints of Cerise #E1406F
RGB
CMYK
RGB Variations
Color information
#E1406F (or 0xE1406F) is known color: Cerise. HEX triplet: E1, 40 and 6F. RGB value is (225,64,111). Sum of RGB (Red+Green+Blue) = 225+64+111=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E1406F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1406F is #1EBF90. Grayscale: #757575. Windows color (decimal): -2015121 or 7291105. OLE color: 7291105.
HSL color Cylindrical-coordinate representation of color #E1406F: hue angle of 342.48º 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 #E1406F is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 64 | 111 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.12 |
| HSL | 342.48º | 0.73% | 0.57% | - |
| HSV(B) | 342.48º | 0.72% | 0.88% | - |
| XYZ | 35.75 | 20.82 | 17.17 | - |
| YUV | 117.5 | 124.34 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 111 | 0 | 0.72 | 0.51 | 0.12 | 342.48 | 0.73 | 0.57 |
| Hex | E1 | 40 | 6F | 0 | 48 | 33 | C | 156 | 49 | 39 |
| Octal | 341 | 100 | 157 | 0 | 110 | 63 | 14 | 526 | 111 | 71 |
| Binary | 11100001 | 1000000 | 1101111 | 0 | 1001000 | 110011 | 1100 | 101010110 | 1001001 | 111001 |
Color Harmonies of #E1406F
Complementary color
Monochromatic Colors of #E1406F
Black with #E1406F
Text Example
Text Example
White with #E1406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1406F; }
p { color: rgb(225,64,111); }
H1.HeaderClassName
{
color: #E1406F;
}
.AnyTagClassName
{
color: #E1406F;
}
</style>
background-color css
<style>
a { background-color: #E1406F; }
a { background-color: rgb(225,64,111); }
div.DivClassName
{
background-color: #E1406F;
}
.BgClassName
{
background-color: #E1406F;
}
</style>
border-color css
<style>
span { border-color: #E1406F; }
span { border-color: rgb(225,64,111); }
td.TdClassName
{
border-color: #E1406F;
}
.TagClassName
{
border-color: #E1406F;
}
</style>