Shades of Cerise #EE295F
Tints of Cerise #EE295F
RGB
CMYK
RGB Variations
Color information
#EE295F (or 0xEE295F) is known color: Cerise. HEX triplet: EE, 29 and 5F. RGB value is (238,41,95). Sum of RGB (Red+Green+Blue) = 238+41+95=374 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.64% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 238 - color contains mainly: red. Hex color #EE295F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE295F is #11D6A0. Grayscale: #6A6A6A. Windows color (decimal): -1169057 or 6236654. OLE color: 6236654.
HSL color Cylindrical-coordinate representation of color #EE295F: hue angle of 343.55º 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 #EE295F is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 41 | 95 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.07 |
| HSL | 343.55º | 0.85% | 0.55% | - |
| HSV(B) | 343.55º | 0.83% | 0.93% | - |
| XYZ | 38.12 | 20.59 | 12.79 | - |
| YUV | 106.06 | 121.77 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 41 | 95 | 0 | 0.83 | 0.60 | 0.07 | 343.55 | 0.85 | 0.55 |
| Hex | EE | 29 | 5F | 0 | 53 | 3C | 7 | 158 | 55 | 37 |
| Octal | 356 | 51 | 137 | 0 | 123 | 74 | 7 | 530 | 125 | 67 |
| Binary | 11101110 | 101001 | 1011111 | 0 | 1010011 | 111100 | 111 | 101011000 | 1010101 | 110111 |
Color Harmonies of #EE295F
Complementary color
Monochromatic Colors of #EE295F
Black with #EE295F
Text Example
Text Example
White with #EE295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE295F; }
p { color: rgb(238,41,95); }
H1.HeaderClassName
{
color: #EE295F;
}
.AnyTagClassName
{
color: #EE295F;
}
</style>
background-color css
<style>
a { background-color: #EE295F; }
a { background-color: rgb(238,41,95); }
div.DivClassName
{
background-color: #EE295F;
}
.BgClassName
{
background-color: #EE295F;
}
</style>
border-color css
<style>
span { border-color: #EE295F; }
span { border-color: rgb(238,41,95); }
td.TdClassName
{
border-color: #EE295F;
}
.TagClassName
{
border-color: #EE295F;
}
</style>