Shades of Roman #E0655F
Tints of Roman #E0655F
RGB
CMYK
RGB Variations
Color information
#E0655F (or 0xE0655F) is known color: Roman. HEX triplet: E0, 65 and 5F. RGB value is (224,101,95). Sum of RGB (Red+Green+Blue) = 224+101+95=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E0655F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0655F is #1F9AA0. Grayscale: #898989. Windows color (decimal): -2071201 or 6252000. OLE color: 6252000.
HSL color Cylindrical-coordinate representation of color #E0655F: hue angle of 2.79º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0655F is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 101 | 95 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.12 |
| HSL | 2.79º | 0.68% | 0.63% | - |
| HSV(B) | 2.79º | 0.58% | 0.88% | - |
| XYZ | 37.46 | 25.98 | 13.87 | - |
| YUV | 137.09 | 104.25 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 101 | 95 | 0 | 0.55 | 0.58 | 0.12 | 2.79 | 0.68 | 0.63 |
| Hex | E0 | 65 | 5F | 0 | 37 | 3A | C | 3 | 44 | 3F |
| Octal | 340 | 145 | 137 | 0 | 67 | 72 | 14 | 3 | 104 | 77 |
| Binary | 11100000 | 1100101 | 1011111 | 0 | 110111 | 111010 | 1100 | 11 | 1000100 | 111111 |
Color Harmonies of #E0655F
Complementary color
Monochromatic Colors of #E0655F
Black with #E0655F
Text Example
Text Example
White with #E0655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0655F; }
p { color: rgb(224,101,95); }
H1.HeaderClassName
{
color: #E0655F;
}
.AnyTagClassName
{
color: #E0655F;
}
</style>
background-color css
<style>
a { background-color: #E0655F; }
a { background-color: rgb(224,101,95); }
div.DivClassName
{
background-color: #E0655F;
}
.BgClassName
{
background-color: #E0655F;
}
</style>
border-color css
<style>
span { border-color: #E0655F; }
span { border-color: rgb(224,101,95); }
td.TdClassName
{
border-color: #E0655F;
}
.TagClassName
{
border-color: #E0655F;
}
</style>