Shades of Roman #E0675F
Tints of Roman #E0675F
RGB
CMYK
RGB Variations
Color information
#E0675F (or 0xE0675F) is known color: Roman. HEX triplet: E0, 67 and 5F. RGB value is (224,103,95). Sum of RGB (Red+Green+Blue) = 224+103+95=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E0675F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0675F is #1F98A0. Grayscale: #8A8A8A. Windows color (decimal): -2070689 or 6252512. OLE color: 6252512.
HSL color Cylindrical-coordinate representation of color #E0675F: hue angle of 3.72º 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 #E0675F is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 103 | 95 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.12 |
| HSL | 3.72º | 0.68% | 0.63% | - |
| HSV(B) | 3.72º | 0.58% | 0.88% | - |
| XYZ | 37.66 | 26.37 | 13.93 | - |
| YUV | 138.27 | 103.59 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 103 | 95 | 0 | 0.54 | 0.58 | 0.12 | 3.72 | 0.68 | 0.63 |
| Hex | E0 | 67 | 5F | 0 | 36 | 3A | C | 4 | 44 | 3F |
| Octal | 340 | 147 | 137 | 0 | 66 | 72 | 14 | 4 | 104 | 77 |
| Binary | 11100000 | 1100111 | 1011111 | 0 | 110110 | 111010 | 1100 | 100 | 1000100 | 111111 |
Color Harmonies of #E0675F
Complementary color
Monochromatic Colors of #E0675F
Black with #E0675F
Text Example
Text Example
White with #E0675F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0675F; }
p { color: rgb(224,103,95); }
H1.HeaderClassName
{
color: #E0675F;
}
.AnyTagClassName
{
color: #E0675F;
}
</style>
background-color css
<style>
a { background-color: #E0675F; }
a { background-color: rgb(224,103,95); }
div.DivClassName
{
background-color: #E0675F;
}
.BgClassName
{
background-color: #E0675F;
}
</style>
border-color css
<style>
span { border-color: #E0675F; }
span { border-color: rgb(224,103,95); }
td.TdClassName
{
border-color: #E0675F;
}
.TagClassName
{
border-color: #E0675F;
}
</style>