Shades of Deep Cerise #E2267B
Tints of Deep Cerise #E2267B
RGB
CMYK
RGB Variations
Color information
#E2267B (or 0xE2267B) is known color: Deep Cerise. HEX triplet: E2, 26 and 7B. RGB value is (226,38,123). Sum of RGB (Red+Green+Blue) = 226+38+123=387 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.40% from 387); Green value is 38 (15.23% from 255 or 9.82% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 226 - color contains mainly: red. Hex color #E2267B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2267B is #1DD984. Grayscale: #676767. Windows color (decimal): -1956229 or 8070882. OLE color: 8070882.
HSL color Cylindrical-coordinate representation of color #E2267B: hue angle of 332.87º 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 #E2267B is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 38 | 123 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.11 |
| HSL | 332.87º | 0.76% | 0.52% | - |
| HSV(B) | 332.87º | 0.83% | 0.89% | - |
| XYZ | 35.63 | 18.99 | 20.53 | - |
| YUV | 103.9 | 138.78 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 38 | 123 | 0 | 0.83 | 0.46 | 0.11 | 332.87 | 0.76 | 0.52 |
| Hex | E2 | 26 | 7B | 0 | 53 | 2E | B | 14D | 4C | 34 |
| Octal | 342 | 46 | 173 | 0 | 123 | 56 | 13 | 515 | 114 | 64 |
| Binary | 11100010 | 100110 | 1111011 | 0 | 1010011 | 101110 | 1011 | 101001101 | 1001100 | 110100 |
Color Harmonies of #E2267B
Complementary color
Monochromatic Colors of #E2267B
Black with #E2267B
Text Example
Text Example
White with #E2267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2267B; }
p { color: rgb(226,38,123); }
H1.HeaderClassName
{
color: #E2267B;
}
.AnyTagClassName
{
color: #E2267B;
}
</style>
background-color css
<style>
a { background-color: #E2267B; }
a { background-color: rgb(226,38,123); }
div.DivClassName
{
background-color: #E2267B;
}
.BgClassName
{
background-color: #E2267B;
}
</style>
border-color css
<style>
span { border-color: #E2267B; }
span { border-color: rgb(226,38,123); }
td.TdClassName
{
border-color: #E2267B;
}
.TagClassName
{
border-color: #E2267B;
}
</style>