Shades of Cerise #EE3275
Tints of Cerise #EE3275
RGB
CMYK
RGB Variations
Color information
#EE3275 (or 0xEE3275) is known color: Cerise. HEX triplet: EE, 32 and 75. RGB value is (238,50,117). Sum of RGB (Red+Green+Blue) = 238+50+117=405 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.77% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3275 is #11CD8A. Grayscale: #717171. Windows color (decimal): -1166731 or 7680750. OLE color: 7680750.
HSL color Cylindrical-coordinate representation of color #EE3275: hue angle of 338.62º 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 #EE3275 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 117 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.07 |
| HSL | 338.62º | 0.85% | 0.56% | - |
| HSV(B) | 338.62º | 0.79% | 0.93% | - |
| XYZ | 39.61 | 21.74 | 18.94 | - |
| YUV | 113.85 | 129.78 | 216.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 117 | 0 | 0.79 | 0.51 | 0.07 | 338.62 | 0.85 | 0.56 |
| Hex | EE | 32 | 75 | 0 | 4F | 33 | 7 | 153 | 55 | 38 |
| Octal | 356 | 62 | 165 | 0 | 117 | 63 | 7 | 523 | 125 | 70 |
| Binary | 11101110 | 110010 | 1110101 | 0 | 1001111 | 110011 | 111 | 101010011 | 1010101 | 111000 |
Color Harmonies of #EE3275
Complementary color
Monochromatic Colors of #EE3275
Black with #EE3275
Text Example
Text Example
White with #EE3275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3275; }
p { color: rgb(238,50,117); }
H1.HeaderClassName
{
color: #EE3275;
}
.AnyTagClassName
{
color: #EE3275;
}
</style>
background-color css
<style>
a { background-color: #EE3275; }
a { background-color: rgb(238,50,117); }
div.DivClassName
{
background-color: #EE3275;
}
.BgClassName
{
background-color: #EE3275;
}
</style>
border-color css
<style>
span { border-color: #EE3275; }
span { border-color: rgb(238,50,117); }
td.TdClassName
{
border-color: #EE3275;
}
.TagClassName
{
border-color: #EE3275;
}
</style>