Shades of Deep Cerise #EE318A
Tints of Deep Cerise #EE318A
RGB
CMYK
RGB Variations
Color information
#EE318A (or 0xEE318A) is known color: Deep Cerise. HEX triplet: EE, 31 and 8A. RGB value is (238,49,138). Sum of RGB (Red+Green+Blue) = 238+49+138=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 49 (19.53% from 255 or 11.53% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EE318A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE318A is #11CE75. Grayscale: #737373. Windows color (decimal): -1166966 or 9056750. OLE color: 9056750.
HSL color Cylindrical-coordinate representation of color #EE318A: hue angle of 331.75º 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 #EE318A is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 49 | 138 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.07 |
| HSL | 331.75º | 0.85% | 0.56% | - |
| HSV(B) | 331.75º | 0.79% | 0.93% | - |
| XYZ | 40.95 | 22.21 | 26.17 | - |
| YUV | 115.66 | 140.62 | 215.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 49 | 138 | 0 | 0.79 | 0.42 | 0.07 | 331.75 | 0.85 | 0.56 |
| Hex | EE | 31 | 8A | 0 | 4F | 2A | 7 | 14C | 55 | 38 |
| Octal | 356 | 61 | 212 | 0 | 117 | 52 | 7 | 514 | 125 | 70 |
| Binary | 11101110 | 110001 | 10001010 | 0 | 1001111 | 101010 | 111 | 101001100 | 1010101 | 111000 |
Color Harmonies of #EE318A
Complementary color
Monochromatic Colors of #EE318A
Black with #EE318A
Text Example
Text Example
White with #EE318A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE318A; }
p { color: rgb(238,49,138); }
H1.HeaderClassName
{
color: #EE318A;
}
.AnyTagClassName
{
color: #EE318A;
}
</style>
background-color css
<style>
a { background-color: #EE318A; }
a { background-color: rgb(238,49,138); }
div.DivClassName
{
background-color: #EE318A;
}
.BgClassName
{
background-color: #EE318A;
}
</style>
border-color css
<style>
span { border-color: #EE318A; }
span { border-color: rgb(238,49,138); }
td.TdClassName
{
border-color: #EE318A;
}
.TagClassName
{
border-color: #EE318A;
}
</style>