Shades of Deep Cerise #EE297F
Tints of Deep Cerise #EE297F
RGB
CMYK
RGB Variations
Color information
#EE297F (or 0xEE297F) is known color: Deep Cerise. HEX triplet: EE, 29 and 7F. RGB value is (238,41,127). Sum of RGB (Red+Green+Blue) = 238+41+127=406 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.62% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 238 - color contains mainly: red. Hex color #EE297F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE297F is #11D680. Grayscale: #6D6D6D. Windows color (decimal): -1169025 or 8333806. OLE color: 8333806.
HSL color Cylindrical-coordinate representation of color #EE297F: hue angle of 333.81º 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 #EE297F is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 41 | 127 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.07 |
| HSL | 333.81º | 0.85% | 0.55% | - |
| HSV(B) | 333.81º | 0.83% | 0.93% | - |
| XYZ | 39.88 | 21.3 | 22.09 | - |
| YUV | 109.71 | 137.77 | 219.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 41 | 127 | 0 | 0.83 | 0.47 | 0.07 | 333.81 | 0.85 | 0.55 |
| Hex | EE | 29 | 7F | 0 | 53 | 2F | 7 | 14E | 55 | 37 |
| Octal | 356 | 51 | 177 | 0 | 123 | 57 | 7 | 516 | 125 | 67 |
| Binary | 11101110 | 101001 | 1111111 | 0 | 1010011 | 101111 | 111 | 101001110 | 1010101 | 110111 |
Color Harmonies of #EE297F
Complementary color
Monochromatic Colors of #EE297F
Black with #EE297F
Text Example
Text Example
White with #EE297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE297F; }
p { color: rgb(238,41,127); }
H1.HeaderClassName
{
color: #EE297F;
}
.AnyTagClassName
{
color: #EE297F;
}
</style>
background-color css
<style>
a { background-color: #EE297F; }
a { background-color: rgb(238,41,127); }
div.DivClassName
{
background-color: #EE297F;
}
.BgClassName
{
background-color: #EE297F;
}
</style>
border-color css
<style>
span { border-color: #EE297F; }
span { border-color: rgb(238,41,127); }
td.TdClassName
{
border-color: #EE297F;
}
.TagClassName
{
border-color: #EE297F;
}
</style>