Shades of Roman #E0685C
Tints of Roman #E0685C
RGB
CMYK
RGB Variations
Color information
#E0685C (or 0xE0685C) is known color: Roman. HEX triplet: E0, 68 and 5C. RGB value is (224,104,92). Sum of RGB (Red+Green+Blue) = 224+104+92=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E0685C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0685C is #1F97A3. Grayscale: #8A8A8A. Windows color (decimal): -2070436 or 6056160. OLE color: 6056160.
HSL color Cylindrical-coordinate representation of color #E0685C: hue angle of 5.45º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E0685C is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 104 | 92 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.12 |
| HSL | 5.45º | 0.68% | 0.62% | - |
| HSV(B) | 5.45º | 0.59% | 0.88% | - |
| XYZ | 37.62 | 26.52 | 13.26 | - |
| YUV | 138.51 | 101.76 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 104 | 92 | 0 | 0.54 | 0.59 | 0.12 | 5.45 | 0.68 | 0.62 |
| Hex | E0 | 68 | 5C | 0 | 36 | 3B | C | 5 | 44 | 3E |
| Octal | 340 | 150 | 134 | 0 | 66 | 73 | 14 | 5 | 104 | 76 |
| Binary | 11100000 | 1101000 | 1011100 | 0 | 110110 | 111011 | 1100 | 101 | 1000100 | 111110 |
Color Harmonies of #E0685C
Complementary color
Monochromatic Colors of #E0685C
Black with #E0685C
Text Example
Text Example
White with #E0685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0685C; }
p { color: rgb(224,104,92); }
H1.HeaderClassName
{
color: #E0685C;
}
.AnyTagClassName
{
color: #E0685C;
}
</style>
background-color css
<style>
a { background-color: #E0685C; }
a { background-color: rgb(224,104,92); }
div.DivClassName
{
background-color: #E0685C;
}
.BgClassName
{
background-color: #E0685C;
}
</style>
border-color css
<style>
span { border-color: #E0685C; }
span { border-color: rgb(224,104,92); }
td.TdClassName
{
border-color: #E0685C;
}
.TagClassName
{
border-color: #E0685C;
}
</style>