Shades of Cerise #EE316C
Tints of Cerise #EE316C
RGB
CMYK
RGB Variations
Color information
#EE316C (or 0xEE316C) is known color: Cerise. HEX triplet: EE, 31 and 6C. RGB value is (238,49,108). Sum of RGB (Red+Green+Blue) = 238+49+108=395 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.25% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 238 - color contains mainly: red. Hex color #EE316C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE316C is #11CE93. Grayscale: #707070. Windows color (decimal): -1166996 or 7090670. OLE color: 7090670.
HSL color Cylindrical-coordinate representation of color #EE316C: hue angle of 341.27º 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 #EE316C is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 49 | 108 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.07 |
| HSL | 341.27º | 0.85% | 0.56% | - |
| HSV(B) | 341.27º | 0.79% | 0.93% | - |
| XYZ | 39.06 | 21.46 | 16.27 | - |
| YUV | 112.24 | 125.62 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 49 | 108 | 0 | 0.79 | 0.55 | 0.07 | 341.27 | 0.85 | 0.56 |
| Hex | EE | 31 | 6C | 0 | 4F | 37 | 7 | 155 | 55 | 38 |
| Octal | 356 | 61 | 154 | 0 | 117 | 67 | 7 | 525 | 125 | 70 |
| Binary | 11101110 | 110001 | 1101100 | 0 | 1001111 | 110111 | 111 | 101010101 | 1010101 | 111000 |
Color Harmonies of #EE316C
Complementary color
Monochromatic Colors of #EE316C
Black with #EE316C
Text Example
Text Example
White with #EE316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE316C; }
p { color: rgb(238,49,108); }
H1.HeaderClassName
{
color: #EE316C;
}
.AnyTagClassName
{
color: #EE316C;
}
</style>
background-color css
<style>
a { background-color: #EE316C; }
a { background-color: rgb(238,49,108); }
div.DivClassName
{
background-color: #EE316C;
}
.BgClassName
{
background-color: #EE316C;
}
</style>
border-color css
<style>
span { border-color: #EE316C; }
span { border-color: rgb(238,49,108); }
td.TdClassName
{
border-color: #EE316C;
}
.TagClassName
{
border-color: #EE316C;
}
</style>