Shades of Deep Cerise #EE318B
Tints of Deep Cerise #EE318B
RGB
CMYK
RGB Variations
Color information
#EE318B (or 0xEE318B) is known color: Deep Cerise. HEX triplet: EE, 31 and 8B. RGB value is (238,49,139). Sum of RGB (Red+Green+Blue) = 238+49+139=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 49 (19.53% from 255 or 11.50% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EE318B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE318B is #11CE74. Grayscale: #737373. Windows color (decimal): -1166965 or 9122286. OLE color: 9122286.
HSL color Cylindrical-coordinate representation of color #EE318B: hue angle of 331.43º 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 #EE318B is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 49 | 139 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.07 |
| HSL | 331.43º | 0.85% | 0.56% | - |
| HSV(B) | 331.43º | 0.79% | 0.93% | - |
| XYZ | 41.02 | 22.24 | 26.56 | - |
| YUV | 115.77 | 141.12 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 49 | 139 | 0 | 0.79 | 0.42 | 0.07 | 331.43 | 0.85 | 0.56 |
| Hex | EE | 31 | 8B | 0 | 4F | 2A | 7 | 14B | 55 | 38 |
| Octal | 356 | 61 | 213 | 0 | 117 | 52 | 7 | 513 | 125 | 70 |
| Binary | 11101110 | 110001 | 10001011 | 0 | 1001111 | 101010 | 111 | 101001011 | 1010101 | 111000 |
Color Harmonies of #EE318B
Complementary color
Monochromatic Colors of #EE318B
Black with #EE318B
Text Example
Text Example
White with #EE318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE318B; }
p { color: rgb(238,49,139); }
H1.HeaderClassName
{
color: #EE318B;
}
.AnyTagClassName
{
color: #EE318B;
}
</style>
background-color css
<style>
a { background-color: #EE318B; }
a { background-color: rgb(238,49,139); }
div.DivClassName
{
background-color: #EE318B;
}
.BgClassName
{
background-color: #EE318B;
}
</style>
border-color css
<style>
span { border-color: #EE318B; }
span { border-color: rgb(238,49,139); }
td.TdClassName
{
border-color: #EE318B;
}
.TagClassName
{
border-color: #EE318B;
}
</style>