Shades of Deep Cerise #EE2689
Tints of Deep Cerise #EE2689
RGB
CMYK
RGB Variations
Color information
#EE2689 (or 0xEE2689) is known color: Deep Cerise. HEX triplet: EE, 26 and 89. RGB value is (238,38,137). Sum of RGB (Red+Green+Blue) = 238+38+137=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 38 (15.23% from 255 or 9.20% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2689 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2689 is #11D976. Grayscale: #6C6C6C. Windows color (decimal): -1169783 or 8988398. OLE color: 8988398.
HSL color Cylindrical-coordinate representation of color #EE2689: hue angle of 330.3º 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 #EE2689 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 137 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.07 |
| HSL | 330.3º | 0.85% | 0.54% | - |
| HSV(B) | 330.3º | 0.84% | 0.93% | - |
| XYZ | 40.47 | 21.37 | 25.66 | - |
| YUV | 109.09 | 143.76 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 137 | 0 | 0.84 | 0.42 | 0.07 | 330.3 | 0.85 | 0.54 |
| Hex | EE | 26 | 89 | 0 | 54 | 2A | 7 | 14A | 55 | 36 |
| Octal | 356 | 46 | 211 | 0 | 124 | 52 | 7 | 512 | 125 | 66 |
| Binary | 11101110 | 100110 | 10001001 | 0 | 1010100 | 101010 | 111 | 101001010 | 1010101 | 110110 |
Color Harmonies of #EE2689
Complementary color
Monochromatic Colors of #EE2689
Black with #EE2689
Text Example
Text Example
White with #EE2689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2689; }
p { color: rgb(238,38,137); }
H1.HeaderClassName
{
color: #EE2689;
}
.AnyTagClassName
{
color: #EE2689;
}
</style>
background-color css
<style>
a { background-color: #EE2689; }
a { background-color: rgb(238,38,137); }
div.DivClassName
{
background-color: #EE2689;
}
.BgClassName
{
background-color: #EE2689;
}
</style>
border-color css
<style>
span { border-color: #EE2689; }
span { border-color: rgb(238,38,137); }
td.TdClassName
{
border-color: #EE2689;
}
.TagClassName
{
border-color: #EE2689;
}
</style>