Shades of Deep Cerise #E3328A
Tints of Deep Cerise #E3328A
RGB
CMYK
RGB Variations
Color information
#E3328A (or 0xE3328A) is known color: Deep Cerise. HEX triplet: E3, 32 and 8A. RGB value is (227,50,138). Sum of RGB (Red+Green+Blue) = 227+50+138=415 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.70% from 415); Green value is 50 (19.92% from 255 or 12.05% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 227 - color contains mainly: red. Hex color #E3328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E3328A is #1CCD75. Grayscale: #707070. Windows color (decimal): -1887606 or 9056995. OLE color: 9056995.
HSL color Cylindrical-coordinate representation of color #E3328A: hue angle of 330.17º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E3328A is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 50 | 138 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.11 |
| HSL | 330.17º | 0.76% | 0.54% | - |
| HSV(B) | 330.17º | 0.78% | 0.89% | - |
| XYZ | 37.41 | 20.45 | 26.02 | - |
| YUV | 112.96 | 142.14 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 50 | 138 | 0 | 0.78 | 0.39 | 0.11 | 330.17 | 0.76 | 0.54 |
| Hex | E3 | 32 | 8A | 0 | 4E | 27 | B | 14A | 4C | 36 |
| Octal | 343 | 62 | 212 | 0 | 116 | 47 | 13 | 512 | 114 | 66 |
| Binary | 11100011 | 110010 | 10001010 | 0 | 1001110 | 100111 | 1011 | 101001010 | 1001100 | 110110 |
Color Harmonies of #E3328A
Complementary color
Monochromatic Colors of #E3328A
Black with #E3328A
Text Example
Text Example
White with #E3328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3328A; }
p { color: rgb(227,50,138); }
H1.HeaderClassName
{
color: #E3328A;
}
.AnyTagClassName
{
color: #E3328A;
}
</style>
background-color css
<style>
a { background-color: #E3328A; }
a { background-color: rgb(227,50,138); }
div.DivClassName
{
background-color: #E3328A;
}
.BgClassName
{
background-color: #E3328A;
}
</style>
border-color css
<style>
span { border-color: #E3328A; }
span { border-color: rgb(227,50,138); }
td.TdClassName
{
border-color: #E3328A;
}
.TagClassName
{
border-color: #E3328A;
}
</style>