Shades of Deep Cerise #E2387F
Tints of Deep Cerise #E2387F
RGB
CMYK
RGB Variations
Color information
#E2387F (or 0xE2387F) is known color: Deep Cerise. HEX triplet: E2, 38 and 7F. RGB value is (226,56,127). Sum of RGB (Red+Green+Blue) = 226+56+127=409 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.26% from 409); Green value is 56 (22.27% from 255 or 13.69% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 226 - color contains mainly: red. Hex color #E2387F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2387F is #1DC780. Grayscale: #727272. Windows color (decimal): -1951617 or 8337634. OLE color: 8337634.
HSL color Cylindrical-coordinate representation of color #E2387F: hue angle of 334.94º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2387F is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 56 | 127 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.11 |
| HSL | 334.94º | 0.75% | 0.55% | - |
| HSV(B) | 334.94º | 0.75% | 0.89% | - |
| XYZ | 36.61 | 20.53 | 22.11 | - |
| YUV | 114.92 | 134.82 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 56 | 127 | 0 | 0.75 | 0.44 | 0.11 | 334.94 | 0.75 | 0.55 |
| Hex | E2 | 38 | 7F | 0 | 4B | 2C | B | 14F | 4B | 37 |
| Octal | 342 | 70 | 177 | 0 | 113 | 54 | 13 | 517 | 113 | 67 |
| Binary | 11100010 | 111000 | 1111111 | 0 | 1001011 | 101100 | 1011 | 101001111 | 1001011 | 110111 |
Color Harmonies of #E2387F
Complementary color
Monochromatic Colors of #E2387F
Black with #E2387F
Text Example
Text Example
White with #E2387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2387F; }
p { color: rgb(226,56,127); }
H1.HeaderClassName
{
color: #E2387F;
}
.AnyTagClassName
{
color: #E2387F;
}
</style>
background-color css
<style>
a { background-color: #E2387F; }
a { background-color: rgb(226,56,127); }
div.DivClassName
{
background-color: #E2387F;
}
.BgClassName
{
background-color: #E2387F;
}
</style>
border-color css
<style>
span { border-color: #E2387F; }
span { border-color: rgb(226,56,127); }
td.TdClassName
{
border-color: #E2387F;
}
.TagClassName
{
border-color: #E2387F;
}
</style>