Shades of Deep Cerise #E4379B
Tints of Deep Cerise #E4379B
RGB
CMYK
RGB Variations
Color information
#E4379B (or 0xE4379B) is known color: Deep Cerise. HEX triplet: E4, 37 and 9B. RGB value is (228,55,155). Sum of RGB (Red+Green+Blue) = 228+55+155=438 (58% of max value = 765). Red value is 228 (89.45% from 255 or 52.05% from 438); Green value is 55 (21.88% from 255 or 12.56% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 228 - color contains mainly: red. Hex color #E4379B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E4379B is #1BC864. Grayscale: #757575. Windows color (decimal): -1820773 or 10172388. OLE color: 10172388.
HSL color Cylindrical-coordinate representation of color #E4379B: hue angle of 325.32º degrees, saturation: 0.76, 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 #E4379B is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 55 | 155 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.11 |
| HSL | 325.32º | 0.76% | 0.55% | - |
| HSV(B) | 325.32º | 0.76% | 0.89% | - |
| XYZ | 39.28 | 21.59 | 33.11 | - |
| YUV | 118.13 | 148.81 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 55 | 155 | 0 | 0.76 | 0.32 | 0.11 | 325.32 | 0.76 | 0.55 |
| Hex | E4 | 37 | 9B | 0 | 4C | 20 | B | 145 | 4C | 37 |
| Octal | 344 | 67 | 233 | 0 | 114 | 40 | 13 | 505 | 114 | 67 |
| Binary | 11100100 | 110111 | 10011011 | 0 | 1001100 | 100000 | 1011 | 101000101 | 1001100 | 110111 |
Color Harmonies of #E4379B
Complementary color
Monochromatic Colors of #E4379B
Black with #E4379B
Text Example
Text Example
White with #E4379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4379B; }
p { color: rgb(228,55,155); }
H1.HeaderClassName
{
color: #E4379B;
}
.AnyTagClassName
{
color: #E4379B;
}
</style>
background-color css
<style>
a { background-color: #E4379B; }
a { background-color: rgb(228,55,155); }
div.DivClassName
{
background-color: #E4379B;
}
.BgClassName
{
background-color: #E4379B;
}
</style>
border-color css
<style>
span { border-color: #E4379B; }
span { border-color: rgb(228,55,155); }
td.TdClassName
{
border-color: #E4379B;
}
.TagClassName
{
border-color: #E4379B;
}
</style>