Shades of Deep Cerise #E6228A
Tints of Deep Cerise #E6228A
RGB
CMYK
RGB Variations
Color information
#E6228A (or 0xE6228A) is known color: Deep Cerise. HEX triplet: E6, 22 and 8A. RGB value is (230,34,138). Sum of RGB (Red+Green+Blue) = 230+34+138=402 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.21% from 402); Green value is 34 (13.67% from 255 or 8.46% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 230 - color contains mainly: red. Hex color #E6228A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6228A is #19DD75. Grayscale: #686868. Windows color (decimal): -1695094 or 9052902. OLE color: 9052902.
HSL color Cylindrical-coordinate representation of color #E6228A: hue angle of 328.16º 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 #E6228A is Cyan = 0, Magento = 0.85, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 34 | 138 | - |
| CMYK | 0 | 0.85 | 0.4 | 0.10 |
| HSL | 328.16º | 0.8% | 0.52% | - |
| HSV(B) | 328.16º | 0.85% | 0.9% | - |
| XYZ | 37.79 | 19.8 | 25.88 | - |
| YUV | 104.46 | 146.93 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 34 | 138 | 0 | 0.85 | 0.4 | 0.10 | 328.16 | 0.8 | 0.52 |
| Hex | E6 | 22 | 8A | 0 | 55 | 28 | A | 148 | 50 | 34 |
| Octal | 346 | 42 | 212 | 0 | 125 | 50 | 12 | 510 | 120 | 64 |
| Binary | 11100110 | 100010 | 10001010 | 0 | 1010101 | 101000 | 1010 | 101001000 | 1010000 | 110100 |
Color Harmonies of #E6228A
Complementary color
Monochromatic Colors of #E6228A
Black with #E6228A
Text Example
Text Example
White with #E6228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6228A; }
p { color: rgb(230,34,138); }
H1.HeaderClassName
{
color: #E6228A;
}
.AnyTagClassName
{
color: #E6228A;
}
</style>
background-color css
<style>
a { background-color: #E6228A; }
a { background-color: rgb(230,34,138); }
div.DivClassName
{
background-color: #E6228A;
}
.BgClassName
{
background-color: #E6228A;
}
</style>
border-color css
<style>
span { border-color: #E6228A; }
span { border-color: rgb(230,34,138); }
td.TdClassName
{
border-color: #E6228A;
}
.TagClassName
{
border-color: #E6228A;
}
</style>