Shades of Deep Cerise #E6227C
Tints of Deep Cerise #E6227C
RGB
CMYK
RGB Variations
Color information
#E6227C (or 0xE6227C) is known color: Deep Cerise. HEX triplet: E6, 22 and 7C. RGB value is (230,34,124). Sum of RGB (Red+Green+Blue) = 230+34+124=388 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.28% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 230 - color contains mainly: red. Hex color #E6227C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6227C is #19DD83. Grayscale: #666666. Windows color (decimal): -1695108 or 8135398. OLE color: 8135398.
HSL color Cylindrical-coordinate representation of color #E6227C: hue angle of 332.45º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E6227C is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 34 | 124 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.10 |
| HSL | 332.45º | 0.8% | 0.52% | - |
| HSV(B) | 332.45º | 0.85% | 0.9% | - |
| XYZ | 36.84 | 19.42 | 20.88 | - |
| YUV | 102.86 | 139.93 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 34 | 124 | 0 | 0.85 | 0.46 | 0.10 | 332.45 | 0.8 | 0.52 |
| Hex | E6 | 22 | 7C | 0 | 55 | 2E | A | 14C | 50 | 34 |
| Octal | 346 | 42 | 174 | 0 | 125 | 56 | 12 | 514 | 120 | 64 |
| Binary | 11100110 | 100010 | 1111100 | 0 | 1010101 | 101110 | 1010 | 101001100 | 1010000 | 110100 |
Color Harmonies of #E6227C
Complementary color
Monochromatic Colors of #E6227C
Black with #E6227C
Text Example
Text Example
White with #E6227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6227C; }
p { color: rgb(230,34,124); }
H1.HeaderClassName
{
color: #E6227C;
}
.AnyTagClassName
{
color: #E6227C;
}
</style>
background-color css
<style>
a { background-color: #E6227C; }
a { background-color: rgb(230,34,124); }
div.DivClassName
{
background-color: #E6227C;
}
.BgClassName
{
background-color: #E6227C;
}
</style>
border-color css
<style>
span { border-color: #E6227C; }
span { border-color: rgb(230,34,124); }
td.TdClassName
{
border-color: #E6227C;
}
.TagClassName
{
border-color: #E6227C;
}
</style>