Shades of Roman #E0675C
Tints of Roman #E0675C
RGB
CMYK
RGB Variations
Color information
#E0675C (or 0xE0675C) is known color: Roman. HEX triplet: E0, 67 and 5C. RGB value is (224,103,92). Sum of RGB (Red+Green+Blue) = 224+103+92=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E0675C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0675C is #1F98A3. Grayscale: #8A8A8A. Windows color (decimal): -2070692 or 6055904. OLE color: 6055904.
HSL color Cylindrical-coordinate representation of color #E0675C: hue angle of 5º 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 #E0675C is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 103 | 92 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.12 |
| HSL | 5º | 0.68% | 0.62% | - |
| HSV(B) | 5º | 0.59% | 0.88% | - |
| XYZ | 37.52 | 26.32 | 13.23 | - |
| YUV | 137.93 | 102.09 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 103 | 92 | 0 | 0.54 | 0.59 | 0.12 | 5 | 0.68 | 0.62 |
| Hex | E0 | 67 | 5C | 0 | 36 | 3B | C | 5 | 44 | 3E |
| Octal | 340 | 147 | 134 | 0 | 66 | 73 | 14 | 5 | 104 | 76 |
| Binary | 11100000 | 1100111 | 1011100 | 0 | 110110 | 111011 | 1100 | 101 | 1000100 | 111110 |
Color Harmonies of #E0675C
Complementary color
Monochromatic Colors of #E0675C
Black with #E0675C
Text Example
Text Example
White with #E0675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0675C; }
p { color: rgb(224,103,92); }
H1.HeaderClassName
{
color: #E0675C;
}
.AnyTagClassName
{
color: #E0675C;
}
</style>
background-color css
<style>
a { background-color: #E0675C; }
a { background-color: rgb(224,103,92); }
div.DivClassName
{
background-color: #E0675C;
}
.BgClassName
{
background-color: #E0675C;
}
</style>
border-color css
<style>
span { border-color: #E0675C; }
span { border-color: rgb(224,103,92); }
td.TdClassName
{
border-color: #E0675C;
}
.TagClassName
{
border-color: #E0675C;
}
</style>