Shades of Roman #EC6160
Tints of Roman #EC6160
RGB
CMYK
RGB Variations
Color information
#EC6160 (or 0xEC6160) is known color: Roman. HEX triplet: EC, 61 and 60. RGB value is (236,97,96). Sum of RGB (Red+Green+Blue) = 236+97+96=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6160 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6160 is #139E9F. Grayscale: #8A8A8A. Windows color (decimal): -1285792 or 6316524. OLE color: 6316524.
HSL color Cylindrical-coordinate representation of color #EC6160: hue angle of 0.43º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC6160 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 96 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.07 |
| HSL | 0.43º | 0.79% | 0.65% | - |
| HSV(B) | 0.43º | 0.59% | 0.93% | - |
| XYZ | 40.98 | 27.23 | 14.16 | - |
| YUV | 138.45 | 104.05 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 96 | 0 | 0.59 | 0.59 | 0.07 | 0.43 | 0.79 | 0.65 |
| Hex | EC | 61 | 60 | 0 | 3B | 3B | 7 | 0 | 4F | 41 |
| Octal | 354 | 141 | 140 | 0 | 73 | 73 | 7 | 0 | 117 | 101 |
| Binary | 11101100 | 1100001 | 1100000 | 0 | 111011 | 111011 | 111 | 0 | 1001111 | 1000001 |
Color Harmonies of #EC6160
Complementary color
Monochromatic Colors of #EC6160
Black with #EC6160
Text Example
Text Example
White with #EC6160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6160; }
p { color: rgb(236,97,96); }
H1.HeaderClassName
{
color: #EC6160;
}
.AnyTagClassName
{
color: #EC6160;
}
</style>
background-color css
<style>
a { background-color: #EC6160; }
a { background-color: rgb(236,97,96); }
div.DivClassName
{
background-color: #EC6160;
}
.BgClassName
{
background-color: #EC6160;
}
</style>
border-color css
<style>
span { border-color: #EC6160; }
span { border-color: rgb(236,97,96); }
td.TdClassName
{
border-color: #EC6160;
}
.TagClassName
{
border-color: #EC6160;
}
</style>