Shades of Deep Cerise #E6227E
Tints of Deep Cerise #E6227E
RGB
CMYK
RGB Variations
Color information
#E6227E (or 0xE6227E) is known color: Deep Cerise. HEX triplet: E6, 22 and 7E. RGB value is (230,34,126). Sum of RGB (Red+Green+Blue) = 230+34+126=390 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.97% from 390); Green value is 34 (13.67% from 255 or 8.72% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 230 - color contains mainly: red. Hex color #E6227E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6227E is #19DD81. Grayscale: #666666. Windows color (decimal): -1695106 or 8266470. OLE color: 8266470.
HSL color Cylindrical-coordinate representation of color #E6227E: hue angle of 331.84º 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 #E6227E is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 34 | 126 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.10 |
| HSL | 331.84º | 0.8% | 0.52% | - |
| HSV(B) | 331.84º | 0.85% | 0.9% | - |
| XYZ | 36.97 | 19.47 | 21.55 | - |
| YUV | 103.09 | 140.93 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 34 | 126 | 0 | 0.85 | 0.45 | 0.10 | 331.84 | 0.8 | 0.52 |
| Hex | E6 | 22 | 7E | 0 | 55 | 2D | A | 14C | 50 | 34 |
| Octal | 346 | 42 | 176 | 0 | 125 | 55 | 12 | 514 | 120 | 64 |
| Binary | 11100110 | 100010 | 1111110 | 0 | 1010101 | 101101 | 1010 | 101001100 | 1010000 | 110100 |
Color Harmonies of #E6227E
Complementary color
Monochromatic Colors of #E6227E
Black with #E6227E
Text Example
Text Example
White with #E6227E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6227E; }
p { color: rgb(230,34,126); }
H1.HeaderClassName
{
color: #E6227E;
}
.AnyTagClassName
{
color: #E6227E;
}
</style>
background-color css
<style>
a { background-color: #E6227E; }
a { background-color: rgb(230,34,126); }
div.DivClassName
{
background-color: #E6227E;
}
.BgClassName
{
background-color: #E6227E;
}
</style>
border-color css
<style>
span { border-color: #E6227E; }
span { border-color: rgb(230,34,126); }
td.TdClassName
{
border-color: #E6227E;
}
.TagClassName
{
border-color: #E6227E;
}
</style>