Shades of Cerise #E6226C
Tints of Cerise #E6226C
RGB
CMYK
RGB Variations
Color information
#E6226C (or 0xE6226C) is known color: Cerise. HEX triplet: E6, 22 and 6C. RGB value is (230,34,108). Sum of RGB (Red+Green+Blue) = 230+34+108=372 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.83% from 372); Green value is 34 (13.67% from 255 or 9.14% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 230 - color contains mainly: red. Hex color #E6226C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6226C is #19DD93. Grayscale: #646464. Windows color (decimal): -1695124 or 7086822. OLE color: 7086822.
HSL color Cylindrical-coordinate representation of color #E6226C: hue angle of 337.35º 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 #E6226C is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 34 | 108 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.10 |
| HSL | 337.35º | 0.8% | 0.52% | - |
| HSV(B) | 337.35º | 0.85% | 0.9% | - |
| XYZ | 35.91 | 19.05 | 15.97 | - |
| YUV | 101.04 | 131.93 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 34 | 108 | 0 | 0.85 | 0.53 | 0.10 | 337.35 | 0.8 | 0.52 |
| Hex | E6 | 22 | 6C | 0 | 55 | 35 | A | 151 | 50 | 34 |
| Octal | 346 | 42 | 154 | 0 | 125 | 65 | 12 | 521 | 120 | 64 |
| Binary | 11100110 | 100010 | 1101100 | 0 | 1010101 | 110101 | 1010 | 101010001 | 1010000 | 110100 |
Color Harmonies of #E6226C
Complementary color
Monochromatic Colors of #E6226C
Black with #E6226C
Text Example
Text Example
White with #E6226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6226C; }
p { color: rgb(230,34,108); }
H1.HeaderClassName
{
color: #E6226C;
}
.AnyTagClassName
{
color: #E6226C;
}
</style>
background-color css
<style>
a { background-color: #E6226C; }
a { background-color: rgb(230,34,108); }
div.DivClassName
{
background-color: #E6226C;
}
.BgClassName
{
background-color: #E6226C;
}
</style>
border-color css
<style>
span { border-color: #E6226C; }
span { border-color: rgb(230,34,108); }
td.TdClassName
{
border-color: #E6226C;
}
.TagClassName
{
border-color: #E6226C;
}
</style>