Shades of Deep Cerise #E2369A
Tints of Deep Cerise #E2369A
RGB
CMYK
RGB Variations
Color information
#E2369A (or 0xE2369A) is known color: Deep Cerise. HEX triplet: E2, 36 and 9A. RGB value is (226,54,154). Sum of RGB (Red+Green+Blue) = 226+54+154=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 54 (21.48% from 255 or 12.44% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E2369A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2369A is #1DC965. Grayscale: #747474. Windows color (decimal): -1952102 or 10106594. OLE color: 10106594.
HSL color Cylindrical-coordinate representation of color #E2369A: hue angle of 325.12º 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 #E2369A is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 54 | 154 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.11 |
| HSL | 325.12º | 0.75% | 0.55% | - |
| HSV(B) | 325.12º | 0.76% | 0.89% | - |
| XYZ | 38.52 | 21.14 | 32.62 | - |
| YUV | 116.83 | 148.98 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 54 | 154 | 0 | 0.76 | 0.32 | 0.11 | 325.12 | 0.75 | 0.55 |
| Hex | E2 | 36 | 9A | 0 | 4C | 20 | B | 145 | 4B | 37 |
| Octal | 342 | 66 | 232 | 0 | 114 | 40 | 13 | 505 | 113 | 67 |
| Binary | 11100010 | 110110 | 10011010 | 0 | 1001100 | 100000 | 1011 | 101000101 | 1001011 | 110111 |
Color Harmonies of #E2369A
Complementary color
Monochromatic Colors of #E2369A
Black with #E2369A
Text Example
Text Example
White with #E2369A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2369A; }
p { color: rgb(226,54,154); }
H1.HeaderClassName
{
color: #E2369A;
}
.AnyTagClassName
{
color: #E2369A;
}
</style>
background-color css
<style>
a { background-color: #E2369A; }
a { background-color: rgb(226,54,154); }
div.DivClassName
{
background-color: #E2369A;
}
.BgClassName
{
background-color: #E2369A;
}
</style>
border-color css
<style>
span { border-color: #E2369A; }
span { border-color: rgb(226,54,154); }
td.TdClassName
{
border-color: #E2369A;
}
.TagClassName
{
border-color: #E2369A;
}
</style>