Shades of Deep Cerise #E2368C
Tints of Deep Cerise #E2368C
RGB
CMYK
RGB Variations
Color information
#E2368C (or 0xE2368C) is known color: Deep Cerise. HEX triplet: E2, 36 and 8C. RGB value is (226,54,140). Sum of RGB (Red+Green+Blue) = 226+54+140=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E2368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2368C is #1DC973. Grayscale: #737373. Windows color (decimal): -1952116 or 9189090. OLE color: 9189090.
HSL color Cylindrical-coordinate representation of color #E2368C: hue angle of 330º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E2368C is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 54 | 140 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.11 |
| HSL | 330º | 0.75% | 0.55% | - |
| HSV(B) | 330º | 0.76% | 0.89% | - |
| XYZ | 37.42 | 20.7 | 26.83 | - |
| YUV | 115.23 | 141.98 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 54 | 140 | 0 | 0.76 | 0.38 | 0.11 | 330 | 0.75 | 0.55 |
| Hex | E2 | 36 | 8C | 0 | 4C | 26 | B | 14A | 4B | 37 |
| Octal | 342 | 66 | 214 | 0 | 114 | 46 | 13 | 512 | 113 | 67 |
| Binary | 11100010 | 110110 | 10001100 | 0 | 1001100 | 100110 | 1011 | 101001010 | 1001011 | 110111 |
Color Harmonies of #E2368C
Complementary color
Monochromatic Colors of #E2368C
Black with #E2368C
Text Example
Text Example
White with #E2368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2368C; }
p { color: rgb(226,54,140); }
H1.HeaderClassName
{
color: #E2368C;
}
.AnyTagClassName
{
color: #E2368C;
}
</style>
background-color css
<style>
a { background-color: #E2368C; }
a { background-color: rgb(226,54,140); }
div.DivClassName
{
background-color: #E2368C;
}
.BgClassName
{
background-color: #E2368C;
}
</style>
border-color css
<style>
span { border-color: #E2368C; }
span { border-color: rgb(226,54,140); }
td.TdClassName
{
border-color: #E2368C;
}
.TagClassName
{
border-color: #E2368C;
}
</style>