Shades of Cerise #EE3261
Tints of Cerise #EE3261
RGB
CMYK
RGB Variations
Color information
#EE3261 (or 0xEE3261) is known color: Cerise. HEX triplet: EE, 32 and 61. RGB value is (238,50,97). Sum of RGB (Red+Green+Blue) = 238+50+97=385 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.82% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3261 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3261 is #11CD9E. Grayscale: #6F6F6F. Windows color (decimal): -1166751 or 6370030. OLE color: 6370030.
HSL color Cylindrical-coordinate representation of color #EE3261: hue angle of 345º 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 #EE3261 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 97 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.07 |
| HSL | 345º | 0.85% | 0.56% | - |
| HSV(B) | 345º | 0.79% | 0.93% | - |
| XYZ | 38.56 | 21.32 | 13.39 | - |
| YUV | 111.57 | 119.78 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 97 | 0 | 0.79 | 0.59 | 0.07 | 345 | 0.85 | 0.56 |
| Hex | EE | 32 | 61 | 0 | 4F | 3B | 7 | 159 | 55 | 38 |
| Octal | 356 | 62 | 141 | 0 | 117 | 73 | 7 | 531 | 125 | 70 |
| Binary | 11101110 | 110010 | 1100001 | 0 | 1001111 | 111011 | 111 | 101011001 | 1010101 | 111000 |
Color Harmonies of #EE3261
Complementary color
Monochromatic Colors of #EE3261
Black with #EE3261
Text Example
Text Example
White with #EE3261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3261; }
p { color: rgb(238,50,97); }
H1.HeaderClassName
{
color: #EE3261;
}
.AnyTagClassName
{
color: #EE3261;
}
</style>
background-color css
<style>
a { background-color: #EE3261; }
a { background-color: rgb(238,50,97); }
div.DivClassName
{
background-color: #EE3261;
}
.BgClassName
{
background-color: #EE3261;
}
</style>
border-color css
<style>
span { border-color: #EE3261; }
span { border-color: rgb(238,50,97); }
td.TdClassName
{
border-color: #EE3261;
}
.TagClassName
{
border-color: #EE3261;
}
</style>