Shades of Roman #EE6060
Tints of Roman #EE6060
RGB
CMYK
RGB Variations
Color information
#EE6060 (or 0xEE6060) is known color: Roman. HEX triplet: EE, 60 and 60. RGB value is (238,96,96). Sum of RGB (Red+Green+Blue) = 238+96+96=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6060 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6060 is #119F9F. Grayscale: #8A8A8A. Windows color (decimal): -1154976 or 6316270. OLE color: 6316270.
HSL color Cylindrical-coordinate representation of color #EE6060: hue angle of 0º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE6060 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 96 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.07 |
| HSL | 0º | 0.81% | 0.65% | - |
| HSV(B) | 0º | 0.6% | 0.93% | - |
| XYZ | 41.55 | 27.39 | 14.16 | - |
| YUV | 138.46 | 104.04 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 96 | 0 | 0.60 | 0.60 | 0.07 | 0 | 0.81 | 0.65 |
| Hex | EE | 60 | 60 | 0 | 3C | 3C | 7 | 0 | 51 | 41 |
| Octal | 356 | 140 | 140 | 0 | 74 | 74 | 7 | 0 | 121 | 101 |
| Binary | 11101110 | 1100000 | 1100000 | 0 | 111100 | 111100 | 111 | 0 | 1010001 | 1000001 |
Color Harmonies of #EE6060
Complementary color
Monochromatic Colors of #EE6060
Black with #EE6060
Text Example
Text Example
White with #EE6060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6060; }
p { color: rgb(238,96,96); }
H1.HeaderClassName
{
color: #EE6060;
}
.AnyTagClassName
{
color: #EE6060;
}
</style>
background-color css
<style>
a { background-color: #EE6060; }
a { background-color: rgb(238,96,96); }
div.DivClassName
{
background-color: #EE6060;
}
.BgClassName
{
background-color: #EE6060;
}
</style>
border-color css
<style>
span { border-color: #EE6060; }
span { border-color: rgb(238,96,96); }
td.TdClassName
{
border-color: #EE6060;
}
.TagClassName
{
border-color: #EE6060;
}
</style>