Shades of Deep Cerise #E234A2
Tints of Deep Cerise #E234A2
RGB
CMYK
RGB Variations
Color information
#E234A2 (or 0xE234A2) is known color: Deep Cerise. HEX triplet: E2, 34 and A2. RGB value is (226,52,162). Sum of RGB (Red+Green+Blue) = 226+52+162=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 52 (20.70% from 255 or 11.82% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E234A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E234A2 is #1DCB5D. Grayscale: #747474. Windows color (decimal): -1952606 or 10630370. OLE color: 10630370.
HSL color Cylindrical-coordinate representation of color #E234A2: hue angle of 322.07º 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 #E234A2 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 52 | 162 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.11 |
| HSL | 322.07º | 0.75% | 0.55% | - |
| HSV(B) | 322.07º | 0.77% | 0.89% | - |
| XYZ | 39.11 | 21.23 | 36.22 | - |
| YUV | 116.57 | 153.65 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 52 | 162 | 0 | 0.77 | 0.28 | 0.11 | 322.07 | 0.75 | 0.55 |
| Hex | E2 | 34 | A2 | 0 | 4D | 1C | B | 142 | 4B | 37 |
| Octal | 342 | 64 | 242 | 0 | 115 | 34 | 13 | 502 | 113 | 67 |
| Binary | 11100010 | 110100 | 10100010 | 0 | 1001101 | 11100 | 1011 | 101000010 | 1001011 | 110111 |
Color Harmonies of #E234A2
Complementary color
Monochromatic Colors of #E234A2
Black with #E234A2
Text Example
Text Example
White with #E234A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E234A2; }
p { color: rgb(226,52,162); }
H1.HeaderClassName
{
color: #E234A2;
}
.AnyTagClassName
{
color: #E234A2;
}
</style>
background-color css
<style>
a { background-color: #E234A2; }
a { background-color: rgb(226,52,162); }
div.DivClassName
{
background-color: #E234A2;
}
.BgClassName
{
background-color: #E234A2;
}
</style>
border-color css
<style>
span { border-color: #E234A2; }
span { border-color: rgb(226,52,162); }
td.TdClassName
{
border-color: #E234A2;
}
.TagClassName
{
border-color: #E234A2;
}
</style>