Shades of Deep Cerise #E2267D
Tints of Deep Cerise #E2267D
RGB
CMYK
RGB Variations
Color information
#E2267D (or 0xE2267D) is known color: Deep Cerise. HEX triplet: E2, 26 and 7D. RGB value is (226,38,125). Sum of RGB (Red+Green+Blue) = 226+38+125=389 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.10% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 226 - color contains mainly: red. Hex color #E2267D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2267D is #1DD982. Grayscale: #676767. Windows color (decimal): -1956227 or 8201954. OLE color: 8201954.
HSL color Cylindrical-coordinate representation of color #E2267D: hue angle of 332.23º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2267D is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 38 | 125 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.11 |
| HSL | 332.23º | 0.76% | 0.52% | - |
| HSV(B) | 332.23º | 0.83% | 0.89% | - |
| XYZ | 35.76 | 19.04 | 21.19 | - |
| YUV | 104.13 | 139.78 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 38 | 125 | 0 | 0.83 | 0.45 | 0.11 | 332.23 | 0.76 | 0.52 |
| Hex | E2 | 26 | 7D | 0 | 53 | 2D | B | 14C | 4C | 34 |
| Octal | 342 | 46 | 175 | 0 | 123 | 55 | 13 | 514 | 114 | 64 |
| Binary | 11100010 | 100110 | 1111101 | 0 | 1010011 | 101101 | 1011 | 101001100 | 1001100 | 110100 |
Color Harmonies of #E2267D
Complementary color
Monochromatic Colors of #E2267D
Black with #E2267D
Text Example
Text Example
White with #E2267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2267D; }
p { color: rgb(226,38,125); }
H1.HeaderClassName
{
color: #E2267D;
}
.AnyTagClassName
{
color: #E2267D;
}
</style>
background-color css
<style>
a { background-color: #E2267D; }
a { background-color: rgb(226,38,125); }
div.DivClassName
{
background-color: #E2267D;
}
.BgClassName
{
background-color: #E2267D;
}
</style>
border-color css
<style>
span { border-color: #E2267D; }
span { border-color: rgb(226,38,125); }
td.TdClassName
{
border-color: #E2267D;
}
.TagClassName
{
border-color: #E2267D;
}
</style>