Shades of Deep Cerise #E2388A
Tints of Deep Cerise #E2388A
RGB
CMYK
RGB Variations
Color information
#E2388A (or 0xE2388A) is known color: Deep Cerise. HEX triplet: E2, 38 and 8A. RGB value is (226,56,138). Sum of RGB (Red+Green+Blue) = 226+56+138=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 56 (22.27% from 255 or 13.33% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E2388A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2388A is #1DC775. Grayscale: #747474. Windows color (decimal): -1951606 or 9058530. OLE color: 9058530.
HSL color Cylindrical-coordinate representation of color #E2388A: hue angle of 331.06º 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 #E2388A is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 56 | 138 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.11 |
| HSL | 331.06º | 0.75% | 0.55% | - |
| HSV(B) | 331.06º | 0.75% | 0.89% | - |
| XYZ | 37.37 | 20.83 | 26.1 | - |
| YUV | 116.18 | 140.32 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 56 | 138 | 0 | 0.75 | 0.39 | 0.11 | 331.06 | 0.75 | 0.55 |
| Hex | E2 | 38 | 8A | 0 | 4B | 27 | B | 14B | 4B | 37 |
| Octal | 342 | 70 | 212 | 0 | 113 | 47 | 13 | 513 | 113 | 67 |
| Binary | 11100010 | 111000 | 10001010 | 0 | 1001011 | 100111 | 1011 | 101001011 | 1001011 | 110111 |
Color Harmonies of #E2388A
Complementary color
Monochromatic Colors of #E2388A
Black with #E2388A
Text Example
Text Example
White with #E2388A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2388A; }
p { color: rgb(226,56,138); }
H1.HeaderClassName
{
color: #E2388A;
}
.AnyTagClassName
{
color: #E2388A;
}
</style>
background-color css
<style>
a { background-color: #E2388A; }
a { background-color: rgb(226,56,138); }
div.DivClassName
{
background-color: #E2388A;
}
.BgClassName
{
background-color: #E2388A;
}
</style>
border-color css
<style>
span { border-color: #E2388A; }
span { border-color: rgb(226,56,138); }
td.TdClassName
{
border-color: #E2388A;
}
.TagClassName
{
border-color: #E2388A;
}
</style>