Shades of Roman #E2685C
Tints of Roman #E2685C
RGB
CMYK
RGB Variations
Color information
#E2685C (or 0xE2685C) is known color: Roman. HEX triplet: E2, 68 and 5C. RGB value is (226,104,92). Sum of RGB (Red+Green+Blue) = 226+104+92=422 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.55% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 226 - color contains mainly: red. Hex color #E2685C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2685C is #1D97A3. Grayscale: #8B8B8B. Windows color (decimal): -1939364 or 6056162. OLE color: 6056162.
HSL color Cylindrical-coordinate representation of color #E2685C: hue angle of 5.37º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E2685C is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 104 | 92 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.11 |
| HSL | 5.37º | 0.7% | 0.62% | - |
| HSV(B) | 5.37º | 0.59% | 0.89% | - |
| XYZ | 38.25 | 26.84 | 13.29 | - |
| YUV | 139.11 | 101.42 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 92 | 0 | 0.54 | 0.59 | 0.11 | 5.37 | 0.7 | 0.62 |
| Hex | E2 | 68 | 5C | 0 | 36 | 3B | B | 5 | 46 | 3E |
| Octal | 342 | 150 | 134 | 0 | 66 | 73 | 13 | 5 | 106 | 76 |
| Binary | 11100010 | 1101000 | 1011100 | 0 | 110110 | 111011 | 1011 | 101 | 1000110 | 111110 |
Color Harmonies of #E2685C
Complementary color
Monochromatic Colors of #E2685C
Black with #E2685C
Text Example
Text Example
White with #E2685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2685C; }
p { color: rgb(226,104,92); }
H1.HeaderClassName
{
color: #E2685C;
}
.AnyTagClassName
{
color: #E2685C;
}
</style>
background-color css
<style>
a { background-color: #E2685C; }
a { background-color: rgb(226,104,92); }
div.DivClassName
{
background-color: #E2685C;
}
.BgClassName
{
background-color: #E2685C;
}
</style>
border-color css
<style>
span { border-color: #E2685C; }
span { border-color: rgb(226,104,92); }
td.TdClassName
{
border-color: #E2685C;
}
.TagClassName
{
border-color: #E2685C;
}
</style>