Shades of Cerise #EE2664
Tints of Cerise #EE2664
RGB
CMYK
RGB Variations
Color information
#EE2664 (or 0xEE2664) is known color: Cerise. HEX triplet: EE, 26 and 64. RGB value is (238,38,100). Sum of RGB (Red+Green+Blue) = 238+38+100=376 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.30% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2664 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2664 is #11D99B. Grayscale: #686868. Windows color (decimal): -1169820 or 6563566. OLE color: 6563566.
HSL color Cylindrical-coordinate representation of color #EE2664: hue angle of 341.4º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE2664 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 100 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.07 |
| HSL | 341.4º | 0.85% | 0.54% | - |
| HSV(B) | 341.4º | 0.84% | 0.93% | - |
| XYZ | 38.25 | 20.48 | 13.99 | - |
| YUV | 104.87 | 125.26 | 222.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 100 | 0 | 0.84 | 0.58 | 0.07 | 341.4 | 0.85 | 0.54 |
| Hex | EE | 26 | 64 | 0 | 54 | 3A | 7 | 155 | 55 | 36 |
| Octal | 356 | 46 | 144 | 0 | 124 | 72 | 7 | 525 | 125 | 66 |
| Binary | 11101110 | 100110 | 1100100 | 0 | 1010100 | 111010 | 111 | 101010101 | 1010101 | 110110 |
Color Harmonies of #EE2664
Complementary color
Monochromatic Colors of #EE2664
Black with #EE2664
Text Example
Text Example
White with #EE2664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2664; }
p { color: rgb(238,38,100); }
H1.HeaderClassName
{
color: #EE2664;
}
.AnyTagClassName
{
color: #EE2664;
}
</style>
background-color css
<style>
a { background-color: #EE2664; }
a { background-color: rgb(238,38,100); }
div.DivClassName
{
background-color: #EE2664;
}
.BgClassName
{
background-color: #EE2664;
}
</style>
border-color css
<style>
span { border-color: #EE2664; }
span { border-color: rgb(238,38,100); }
td.TdClassName
{
border-color: #EE2664;
}
.TagClassName
{
border-color: #EE2664;
}
</style>