Shades of Deep Cerise #EE298B
Tints of Deep Cerise #EE298B
RGB
CMYK
RGB Variations
Color information
#EE298B (or 0xEE298B) is known color: Deep Cerise. HEX triplet: EE, 29 and 8B. RGB value is (238,41,139). Sum of RGB (Red+Green+Blue) = 238+41+139=418 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.94% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 238 - color contains mainly: red. Hex color #EE298B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE298B is #11D674. Grayscale: #6E6E6E. Windows color (decimal): -1169013 or 9120238. OLE color: 9120238.
HSL color Cylindrical-coordinate representation of color #EE298B: hue angle of 330.15º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE298B is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 41 | 139 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.07 |
| HSL | 330.15º | 0.85% | 0.55% | - |
| HSV(B) | 330.15º | 0.83% | 0.93% | - |
| XYZ | 40.71 | 21.63 | 26.45 | - |
| YUV | 111.08 | 143.77 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 41 | 139 | 0 | 0.83 | 0.42 | 0.07 | 330.15 | 0.85 | 0.55 |
| Hex | EE | 29 | 8B | 0 | 53 | 2A | 7 | 14A | 55 | 37 |
| Octal | 356 | 51 | 213 | 0 | 123 | 52 | 7 | 512 | 125 | 67 |
| Binary | 11101110 | 101001 | 10001011 | 0 | 1010011 | 101010 | 111 | 101001010 | 1010101 | 110111 |
Color Harmonies of #EE298B
Complementary color
Monochromatic Colors of #EE298B
Black with #EE298B
Text Example
Text Example
White with #EE298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE298B; }
p { color: rgb(238,41,139); }
H1.HeaderClassName
{
color: #EE298B;
}
.AnyTagClassName
{
color: #EE298B;
}
</style>
background-color css
<style>
a { background-color: #EE298B; }
a { background-color: rgb(238,41,139); }
div.DivClassName
{
background-color: #EE298B;
}
.BgClassName
{
background-color: #EE298B;
}
</style>
border-color css
<style>
span { border-color: #EE298B; }
span { border-color: rgb(238,41,139); }
td.TdClassName
{
border-color: #EE298B;
}
.TagClassName
{
border-color: #EE298B;
}
</style>