Shades of Cerise #EE316D
Tints of Cerise #EE316D
RGB
CMYK
RGB Variations
Color information
#EE316D (or 0xEE316D) is known color: Cerise. HEX triplet: EE, 31 and 6D. RGB value is (238,49,109). Sum of RGB (Red+Green+Blue) = 238+49+109=396 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.10% from 396); Green value is 49 (19.53% from 255 or 12.37% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 238 - color contains mainly: red. Hex color #EE316D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE316D is #11CE92. Grayscale: #707070. Windows color (decimal): -1166995 or 7156206. OLE color: 7156206.
HSL color Cylindrical-coordinate representation of color #EE316D: hue angle of 340.95º 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 #EE316D is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 49 | 109 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.07 |
| HSL | 340.95º | 0.85% | 0.56% | - |
| HSV(B) | 340.95º | 0.79% | 0.93% | - |
| XYZ | 39.12 | 21.48 | 16.55 | - |
| YUV | 112.35 | 126.12 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 49 | 109 | 0 | 0.79 | 0.54 | 0.07 | 340.95 | 0.85 | 0.56 |
| Hex | EE | 31 | 6D | 0 | 4F | 36 | 7 | 155 | 55 | 38 |
| Octal | 356 | 61 | 155 | 0 | 117 | 66 | 7 | 525 | 125 | 70 |
| Binary | 11101110 | 110001 | 1101101 | 0 | 1001111 | 110110 | 111 | 101010101 | 1010101 | 111000 |
Color Harmonies of #EE316D
Complementary color
Monochromatic Colors of #EE316D
Black with #EE316D
Text Example
Text Example
White with #EE316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE316D; }
p { color: rgb(238,49,109); }
H1.HeaderClassName
{
color: #EE316D;
}
.AnyTagClassName
{
color: #EE316D;
}
</style>
background-color css
<style>
a { background-color: #EE316D; }
a { background-color: rgb(238,49,109); }
div.DivClassName
{
background-color: #EE316D;
}
.BgClassName
{
background-color: #EE316D;
}
</style>
border-color css
<style>
span { border-color: #EE316D; }
span { border-color: rgb(238,49,109); }
td.TdClassName
{
border-color: #EE316D;
}
.TagClassName
{
border-color: #EE316D;
}
</style>