Shades of Cerise #EE3064
Tints of Cerise #EE3064
RGB
CMYK
RGB Variations
Color information
#EE3064 (or 0xEE3064) is known color: Cerise. HEX triplet: EE, 30 and 64. RGB value is (238,48,100). Sum of RGB (Red+Green+Blue) = 238+48+100=386 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.66% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3064 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3064 is #11CF9B. Grayscale: #6E6E6E. Windows color (decimal): -1167260 or 6566126. OLE color: 6566126.
HSL color Cylindrical-coordinate representation of color #EE3064: hue angle of 343.58º 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 #EE3064 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 48 | 100 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.07 |
| HSL | 343.58º | 0.85% | 0.56% | - |
| HSV(B) | 343.58º | 0.8% | 0.93% | - |
| XYZ | 38.62 | 21.21 | 14.12 | - |
| YUV | 110.74 | 121.95 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 48 | 100 | 0 | 0.80 | 0.58 | 0.07 | 343.58 | 0.85 | 0.56 |
| Hex | EE | 30 | 64 | 0 | 50 | 3A | 7 | 158 | 55 | 38 |
| Octal | 356 | 60 | 144 | 0 | 120 | 72 | 7 | 530 | 125 | 70 |
| Binary | 11101110 | 110000 | 1100100 | 0 | 1010000 | 111010 | 111 | 101011000 | 1010101 | 111000 |
Color Harmonies of #EE3064
Complementary color
Monochromatic Colors of #EE3064
Black with #EE3064
Text Example
Text Example
White with #EE3064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3064; }
p { color: rgb(238,48,100); }
H1.HeaderClassName
{
color: #EE3064;
}
.AnyTagClassName
{
color: #EE3064;
}
</style>
background-color css
<style>
a { background-color: #EE3064; }
a { background-color: rgb(238,48,100); }
div.DivClassName
{
background-color: #EE3064;
}
.BgClassName
{
background-color: #EE3064;
}
</style>
border-color css
<style>
span { border-color: #EE3064; }
span { border-color: rgb(238,48,100); }
td.TdClassName
{
border-color: #EE3064;
}
.TagClassName
{
border-color: #EE3064;
}
</style>