Shades of Deep Cerise #EE3289
Tints of Deep Cerise #EE3289
RGB
CMYK
RGB Variations
Color information
#EE3289 (or 0xEE3289) is known color: Deep Cerise. HEX triplet: EE, 32 and 89. RGB value is (238,50,137). Sum of RGB (Red+Green+Blue) = 238+50+137=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 50 (19.92% from 255 or 11.76% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3289 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3289 is #11CD76. Grayscale: #737373. Windows color (decimal): -1166711 or 8991470. OLE color: 8991470.
HSL color Cylindrical-coordinate representation of color #EE3289: hue angle of 332.23º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE3289 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 137 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.07 |
| HSL | 332.23º | 0.85% | 0.56% | - |
| HSV(B) | 332.23º | 0.79% | 0.93% | - |
| XYZ | 40.92 | 22.26 | 25.81 | - |
| YUV | 116.13 | 139.78 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 137 | 0 | 0.79 | 0.42 | 0.07 | 332.23 | 0.85 | 0.56 |
| Hex | EE | 32 | 89 | 0 | 4F | 2A | 7 | 14C | 55 | 38 |
| Octal | 356 | 62 | 211 | 0 | 117 | 52 | 7 | 514 | 125 | 70 |
| Binary | 11101110 | 110010 | 10001001 | 0 | 1001111 | 101010 | 111 | 101001100 | 1010101 | 111000 |
Color Harmonies of #EE3289
Complementary color
Monochromatic Colors of #EE3289
Black with #EE3289
Text Example
Text Example
White with #EE3289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3289; }
p { color: rgb(238,50,137); }
H1.HeaderClassName
{
color: #EE3289;
}
.AnyTagClassName
{
color: #EE3289;
}
</style>
background-color css
<style>
a { background-color: #EE3289; }
a { background-color: rgb(238,50,137); }
div.DivClassName
{
background-color: #EE3289;
}
.BgClassName
{
background-color: #EE3289;
}
</style>
border-color css
<style>
span { border-color: #EE3289; }
span { border-color: rgb(238,50,137); }
td.TdClassName
{
border-color: #EE3289;
}
.TagClassName
{
border-color: #EE3289;
}
</style>