Shades of Deep Cerise #E2349B
Tints of Deep Cerise #E2349B
RGB
CMYK
RGB Variations
Color information
#E2349B (or 0xE2349B) is known color: Deep Cerise. HEX triplet: E2, 34 and 9B. RGB value is (226,52,155). Sum of RGB (Red+Green+Blue) = 226+52+155=433 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.19% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 226 - color contains mainly: red. Hex color #E2349B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2349B is #1DCB64. Grayscale: #737373. Windows color (decimal): -1952613 or 10171618. OLE color: 10171618.
HSL color Cylindrical-coordinate representation of color #E2349B: hue angle of 324.48º 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 #E2349B is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 52 | 155 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.11 |
| HSL | 324.48º | 0.75% | 0.55% | - |
| HSV(B) | 324.48º | 0.77% | 0.89% | - |
| XYZ | 38.51 | 20.99 | 33.03 | - |
| YUV | 115.77 | 150.15 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 52 | 155 | 0 | 0.77 | 0.31 | 0.11 | 324.48 | 0.75 | 0.55 |
| Hex | E2 | 34 | 9B | 0 | 4D | 1F | B | 144 | 4B | 37 |
| Octal | 342 | 64 | 233 | 0 | 115 | 37 | 13 | 504 | 113 | 67 |
| Binary | 11100010 | 110100 | 10011011 | 0 | 1001101 | 11111 | 1011 | 101000100 | 1001011 | 110111 |
Color Harmonies of #E2349B
Complementary color
Monochromatic Colors of #E2349B
Black with #E2349B
Text Example
Text Example
White with #E2349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2349B; }
p { color: rgb(226,52,155); }
H1.HeaderClassName
{
color: #E2349B;
}
.AnyTagClassName
{
color: #E2349B;
}
</style>
background-color css
<style>
a { background-color: #E2349B; }
a { background-color: rgb(226,52,155); }
div.DivClassName
{
background-color: #E2349B;
}
.BgClassName
{
background-color: #E2349B;
}
</style>
border-color css
<style>
span { border-color: #E2349B; }
span { border-color: rgb(226,52,155); }
td.TdClassName
{
border-color: #E2349B;
}
.TagClassName
{
border-color: #E2349B;
}
</style>