Shades of Deep Cerise #E2357B
Tints of Deep Cerise #E2357B
RGB
CMYK
RGB Variations
Color information
#E2357B (or 0xE2357B) is known color: Deep Cerise. HEX triplet: E2, 35 and 7B. RGB value is (226,53,123). Sum of RGB (Red+Green+Blue) = 226+53+123=402 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.22% from 402); Green value is 53 (21.09% from 255 or 13.18% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 226 - color contains mainly: red. Hex color #E2357B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2357B is #1DCA84. Grayscale: #707070. Windows color (decimal): -1952389 or 8074722. OLE color: 8074722.
HSL color Cylindrical-coordinate representation of color #E2357B: hue angle of 335.72º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E2357B is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 53 | 123 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.11 |
| HSL | 335.72º | 0.75% | 0.55% | - |
| HSV(B) | 335.72º | 0.77% | 0.89% | - |
| XYZ | 36.21 | 20.15 | 20.72 | - |
| YUV | 112.71 | 133.81 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 53 | 123 | 0 | 0.77 | 0.46 | 0.11 | 335.72 | 0.75 | 0.55 |
| Hex | E2 | 35 | 7B | 0 | 4D | 2E | B | 150 | 4B | 37 |
| Octal | 342 | 65 | 173 | 0 | 115 | 56 | 13 | 520 | 113 | 67 |
| Binary | 11100010 | 110101 | 1111011 | 0 | 1001101 | 101110 | 1011 | 101010000 | 1001011 | 110111 |
Color Harmonies of #E2357B
Complementary color
Monochromatic Colors of #E2357B
Black with #E2357B
Text Example
Text Example
White with #E2357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2357B; }
p { color: rgb(226,53,123); }
H1.HeaderClassName
{
color: #E2357B;
}
.AnyTagClassName
{
color: #E2357B;
}
</style>
background-color css
<style>
a { background-color: #E2357B; }
a { background-color: rgb(226,53,123); }
div.DivClassName
{
background-color: #E2357B;
}
.BgClassName
{
background-color: #E2357B;
}
</style>
border-color css
<style>
span { border-color: #E2357B; }
span { border-color: rgb(226,53,123); }
td.TdClassName
{
border-color: #E2357B;
}
.TagClassName
{
border-color: #E2357B;
}
</style>