Shades of Cerise #EE226C
Tints of Cerise #EE226C
RGB
CMYK
RGB Variations
Color information
#EE226C (or 0xEE226C) is known color: Cerise. HEX triplet: EE, 22 and 6C. RGB value is (238,34,108). Sum of RGB (Red+Green+Blue) = 238+34+108=380 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.63% from 380); Green value is 34 (13.67% from 255 or 8.95% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 238 - color contains mainly: red. Hex color #EE226C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE226C is #11DD93. Grayscale: #676767. Windows color (decimal): -1170836 or 7086830. OLE color: 7086830.
HSL color Cylindrical-coordinate representation of color #EE226C: hue angle of 338.24º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE226C is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 34 | 108 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.07 |
| HSL | 338.24º | 0.86% | 0.53% | - |
| HSV(B) | 338.24º | 0.86% | 0.93% | - |
| XYZ | 38.54 | 20.4 | 16.09 | - |
| YUV | 103.43 | 130.59 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 34 | 108 | 0 | 0.86 | 0.55 | 0.07 | 338.24 | 0.86 | 0.53 |
| Hex | EE | 22 | 6C | 0 | 56 | 37 | 7 | 152 | 56 | 35 |
| Octal | 356 | 42 | 154 | 0 | 126 | 67 | 7 | 522 | 126 | 65 |
| Binary | 11101110 | 100010 | 1101100 | 0 | 1010110 | 110111 | 111 | 101010010 | 1010110 | 110101 |
Color Harmonies of #EE226C
Complementary color
Monochromatic Colors of #EE226C
Black with #EE226C
Text Example
Text Example
White with #EE226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE226C; }
p { color: rgb(238,34,108); }
H1.HeaderClassName
{
color: #EE226C;
}
.AnyTagClassName
{
color: #EE226C;
}
</style>
background-color css
<style>
a { background-color: #EE226C; }
a { background-color: rgb(238,34,108); }
div.DivClassName
{
background-color: #EE226C;
}
.BgClassName
{
background-color: #EE226C;
}
</style>
border-color css
<style>
span { border-color: #EE226C; }
span { border-color: rgb(238,34,108); }
td.TdClassName
{
border-color: #EE226C;
}
.TagClassName
{
border-color: #EE226C;
}
</style>