Shades of Deep Cerise #E2347D
Tints of Deep Cerise #E2347D
RGB
CMYK
RGB Variations
Color information
#E2347D (or 0xE2347D) is known color: Deep Cerise. HEX triplet: E2, 34 and 7D. RGB value is (226,52,125). Sum of RGB (Red+Green+Blue) = 226+52+125=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E2347D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2347D is #1DCB82. Grayscale: #707070. Windows color (decimal): -1952643 or 8205538. OLE color: 8205538.
HSL color Cylindrical-coordinate representation of color #E2347D: hue angle of 334.83º 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 #E2347D is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 52 | 125 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.11 |
| HSL | 334.83º | 0.75% | 0.55% | - |
| HSV(B) | 334.83º | 0.77% | 0.89% | - |
| XYZ | 36.29 | 20.11 | 21.37 | - |
| YUV | 112.35 | 135.15 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 52 | 125 | 0 | 0.77 | 0.45 | 0.11 | 334.83 | 0.75 | 0.55 |
| Hex | E2 | 34 | 7D | 0 | 4D | 2D | B | 14F | 4B | 37 |
| Octal | 342 | 64 | 175 | 0 | 115 | 55 | 13 | 517 | 113 | 67 |
| Binary | 11100010 | 110100 | 1111101 | 0 | 1001101 | 101101 | 1011 | 101001111 | 1001011 | 110111 |
Color Harmonies of #E2347D
Complementary color
Monochromatic Colors of #E2347D
Black with #E2347D
Text Example
Text Example
White with #E2347D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2347D; }
p { color: rgb(226,52,125); }
H1.HeaderClassName
{
color: #E2347D;
}
.AnyTagClassName
{
color: #E2347D;
}
</style>
background-color css
<style>
a { background-color: #E2347D; }
a { background-color: rgb(226,52,125); }
div.DivClassName
{
background-color: #E2347D;
}
.BgClassName
{
background-color: #E2347D;
}
</style>
border-color css
<style>
span { border-color: #E2347D; }
span { border-color: rgb(226,52,125); }
td.TdClassName
{
border-color: #E2347D;
}
.TagClassName
{
border-color: #E2347D;
}
</style>