Shades of Deep Cerise #E4327B
Tints of Deep Cerise #E4327B
RGB
CMYK
RGB Variations
Color information
#E4327B (or 0xE4327B) is known color: Deep Cerise. HEX triplet: E4, 32 and 7B. RGB value is (228,50,123). Sum of RGB (Red+Green+Blue) = 228+50+123=401 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.86% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 228 - color contains mainly: red. Hex color #E4327B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4327B is #1BCD84. Grayscale: #6F6F6F. Windows color (decimal): -1822085 or 8073956. OLE color: 8073956.
HSL color Cylindrical-coordinate representation of color #E4327B: hue angle of 335.39º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E4327B is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 50 | 123 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.11 |
| HSL | 335.39º | 0.77% | 0.55% | - |
| HSV(B) | 335.39º | 0.78% | 0.89% | - |
| XYZ | 36.71 | 20.21 | 20.7 | - |
| YUV | 111.54 | 134.47 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 50 | 123 | 0 | 0.78 | 0.46 | 0.11 | 335.39 | 0.77 | 0.55 |
| Hex | E4 | 32 | 7B | 0 | 4E | 2E | B | 14F | 4D | 37 |
| Octal | 344 | 62 | 173 | 0 | 116 | 56 | 13 | 517 | 115 | 67 |
| Binary | 11100100 | 110010 | 1111011 | 0 | 1001110 | 101110 | 1011 | 101001111 | 1001101 | 110111 |
Color Harmonies of #E4327B
Complementary color
Monochromatic Colors of #E4327B
Black with #E4327B
Text Example
Text Example
White with #E4327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4327B; }
p { color: rgb(228,50,123); }
H1.HeaderClassName
{
color: #E4327B;
}
.AnyTagClassName
{
color: #E4327B;
}
</style>
background-color css
<style>
a { background-color: #E4327B; }
a { background-color: rgb(228,50,123); }
div.DivClassName
{
background-color: #E4327B;
}
.BgClassName
{
background-color: #E4327B;
}
</style>
border-color css
<style>
span { border-color: #E4327B; }
span { border-color: rgb(228,50,123); }
td.TdClassName
{
border-color: #E4327B;
}
.TagClassName
{
border-color: #E4327B;
}
</style>