Shades of Roman #EA6160
Tints of Roman #EA6160
RGB
CMYK
RGB Variations
Color information
#EA6160 (or 0xEA6160) is known color: Roman. HEX triplet: EA, 61 and 60. RGB value is (234,97,96). Sum of RGB (Red+Green+Blue) = 234+97+96=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6160 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6160 is #159E9F. Grayscale: #898989. Windows color (decimal): -1416864 or 6316522. OLE color: 6316522.
HSL color Cylindrical-coordinate representation of color #EA6160: hue angle of 0.43º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA6160 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 97 | 96 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.08 |
| HSL | 0.43º | 0.77% | 0.65% | - |
| HSV(B) | 0.43º | 0.59% | 0.92% | - |
| XYZ | 40.32 | 26.89 | 14.13 | - |
| YUV | 137.85 | 104.39 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 97 | 96 | 0 | 0.59 | 0.59 | 0.08 | 0.43 | 0.77 | 0.65 |
| Hex | EA | 61 | 60 | 0 | 3B | 3B | 8 | 0 | 4D | 41 |
| Octal | 352 | 141 | 140 | 0 | 73 | 73 | 10 | 0 | 115 | 101 |
| Binary | 11101010 | 1100001 | 1100000 | 0 | 111011 | 111011 | 1000 | 0 | 1001101 | 1000001 |
Color Harmonies of #EA6160
Complementary color
Monochromatic Colors of #EA6160
Black with #EA6160
Text Example
Text Example
White with #EA6160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6160; }
p { color: rgb(234,97,96); }
H1.HeaderClassName
{
color: #EA6160;
}
.AnyTagClassName
{
color: #EA6160;
}
</style>
background-color css
<style>
a { background-color: #EA6160; }
a { background-color: rgb(234,97,96); }
div.DivClassName
{
background-color: #EA6160;
}
.BgClassName
{
background-color: #EA6160;
}
</style>
border-color css
<style>
span { border-color: #EA6160; }
span { border-color: rgb(234,97,96); }
td.TdClassName
{
border-color: #EA6160;
}
.TagClassName
{
border-color: #EA6160;
}
</style>