Shades of Deep Cerise #E2308A
Tints of Deep Cerise #E2308A
RGB
CMYK
RGB Variations
Color information
#E2308A (or 0xE2308A) is known color: Deep Cerise. HEX triplet: E2, 30 and 8A. RGB value is (226,48,138). Sum of RGB (Red+Green+Blue) = 226+48+138=412 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.85% from 412); Green value is 48 (19.14% from 255 or 11.65% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 226 - color contains mainly: red. Hex color #E2308A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2308A is #1DCF75. Grayscale: #6F6F6F. Windows color (decimal): -1953654 or 9056482. OLE color: 9056482.
HSL color Cylindrical-coordinate representation of color #E2308A: hue angle of 329.66º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E2308A is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 48 | 138 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.11 |
| HSL | 329.66º | 0.75% | 0.54% | - |
| HSV(B) | 329.66º | 0.79% | 0.89% | - |
| XYZ | 37.01 | 20.12 | 25.98 | - |
| YUV | 111.48 | 142.97 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 48 | 138 | 0 | 0.79 | 0.39 | 0.11 | 329.66 | 0.75 | 0.54 |
| Hex | E2 | 30 | 8A | 0 | 4F | 27 | B | 14A | 4B | 36 |
| Octal | 342 | 60 | 212 | 0 | 117 | 47 | 13 | 512 | 113 | 66 |
| Binary | 11100010 | 110000 | 10001010 | 0 | 1001111 | 100111 | 1011 | 101001010 | 1001011 | 110110 |
Color Harmonies of #E2308A
Complementary color
Monochromatic Colors of #E2308A
Black with #E2308A
Text Example
Text Example
White with #E2308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2308A; }
p { color: rgb(226,48,138); }
H1.HeaderClassName
{
color: #E2308A;
}
.AnyTagClassName
{
color: #E2308A;
}
</style>
background-color css
<style>
a { background-color: #E2308A; }
a { background-color: rgb(226,48,138); }
div.DivClassName
{
background-color: #E2308A;
}
.BgClassName
{
background-color: #E2308A;
}
</style>
border-color css
<style>
span { border-color: #E2308A; }
span { border-color: rgb(226,48,138); }
td.TdClassName
{
border-color: #E2308A;
}
.TagClassName
{
border-color: #E2308A;
}
</style>