Shades of Deep Cerise #EE3078
Tints of Deep Cerise #EE3078
RGB
CMYK
RGB Variations
Color information
#EE3078 (or 0xEE3078) is known color: Deep Cerise. HEX triplet: EE, 30 and 78. RGB value is (238,48,120). Sum of RGB (Red+Green+Blue) = 238+48+120=406 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.62% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3078 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3078 is #11CF87. Grayscale: #707070. Windows color (decimal): -1167240 or 7876846. OLE color: 7876846.
HSL color Cylindrical-coordinate representation of color #EE3078: hue angle of 337.26º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE3078 is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 48 | 120 | - |
| CMYK | 0 | 0.80 | 0.50 | 0.07 |
| HSL | 337.26º | 0.85% | 0.56% | - |
| HSV(B) | 337.26º | 0.8% | 0.93% | - |
| XYZ | 39.71 | 21.65 | 19.85 | - |
| YUV | 113.02 | 131.95 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 48 | 120 | 0 | 0.80 | 0.50 | 0.07 | 337.26 | 0.85 | 0.56 |
| Hex | EE | 30 | 78 | 0 | 50 | 32 | 7 | 151 | 55 | 38 |
| Octal | 356 | 60 | 170 | 0 | 120 | 62 | 7 | 521 | 125 | 70 |
| Binary | 11101110 | 110000 | 1111000 | 0 | 1010000 | 110010 | 111 | 101010001 | 1010101 | 111000 |
Color Harmonies of #EE3078
Complementary color
Monochromatic Colors of #EE3078
Black with #EE3078
Text Example
Text Example
White with #EE3078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3078; }
p { color: rgb(238,48,120); }
H1.HeaderClassName
{
color: #EE3078;
}
.AnyTagClassName
{
color: #EE3078;
}
</style>
background-color css
<style>
a { background-color: #EE3078; }
a { background-color: rgb(238,48,120); }
div.DivClassName
{
background-color: #EE3078;
}
.BgClassName
{
background-color: #EE3078;
}
</style>
border-color css
<style>
span { border-color: #EE3078; }
span { border-color: rgb(238,48,120); }
td.TdClassName
{
border-color: #EE3078;
}
.TagClassName
{
border-color: #EE3078;
}
</style>