Shades of Cerise #E6226B
Tints of Cerise #E6226B
RGB
CMYK
RGB Variations
Color information
#E6226B (or 0xE6226B) is known color: Cerise. HEX triplet: E6, 22 and 6B. RGB value is (230,34,107). Sum of RGB (Red+Green+Blue) = 230+34+107=371 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.99% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 230 - color contains mainly: red. Hex color #E6226B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6226B is #19DD94. Grayscale: #646464. Windows color (decimal): -1695125 or 7021286. OLE color: 7021286.
HSL color Cylindrical-coordinate representation of color #E6226B: hue angle of 337.65º 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 #E6226B is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 34 | 107 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.10 |
| HSL | 337.65º | 0.8% | 0.52% | - |
| HSV(B) | 337.65º | 0.85% | 0.9% | - |
| XYZ | 35.86 | 19.03 | 15.69 | - |
| YUV | 100.93 | 131.43 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 34 | 107 | 0 | 0.85 | 0.53 | 0.10 | 337.65 | 0.8 | 0.52 |
| Hex | E6 | 22 | 6B | 0 | 55 | 35 | A | 152 | 50 | 34 |
| Octal | 346 | 42 | 153 | 0 | 125 | 65 | 12 | 522 | 120 | 64 |
| Binary | 11100110 | 100010 | 1101011 | 0 | 1010101 | 110101 | 1010 | 101010010 | 1010000 | 110100 |
Color Harmonies of #E6226B
Complementary color
Monochromatic Colors of #E6226B
Black with #E6226B
Text Example
Text Example
White with #E6226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6226B; }
p { color: rgb(230,34,107); }
H1.HeaderClassName
{
color: #E6226B;
}
.AnyTagClassName
{
color: #E6226B;
}
</style>
background-color css
<style>
a { background-color: #E6226B; }
a { background-color: rgb(230,34,107); }
div.DivClassName
{
background-color: #E6226B;
}
.BgClassName
{
background-color: #E6226B;
}
</style>
border-color css
<style>
span { border-color: #E6226B; }
span { border-color: rgb(230,34,107); }
td.TdClassName
{
border-color: #E6226B;
}
.TagClassName
{
border-color: #E6226B;
}
</style>