Shades of Roman #E0675B
Tints of Roman #E0675B
RGB
CMYK
RGB Variations
Color information
#E0675B (or 0xE0675B) is known color: Roman. HEX triplet: E0, 67 and 5B. RGB value is (224,103,91). Sum of RGB (Red+Green+Blue) = 224+103+91=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E0675B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0675B is #1F98A4. Grayscale: #898989. Windows color (decimal): -2070693 or 5990368. OLE color: 5990368.
HSL color Cylindrical-coordinate representation of color #E0675B: hue angle of 5.41º 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 #E0675B is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 103 | 91 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.12 |
| HSL | 5.41º | 0.68% | 0.62% | - |
| HSV(B) | 5.41º | 0.59% | 0.88% | - |
| XYZ | 37.48 | 26.3 | 13 | - |
| YUV | 137.81 | 101.59 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 103 | 91 | 0 | 0.54 | 0.59 | 0.12 | 5.41 | 0.68 | 0.62 |
| Hex | E0 | 67 | 5B | 0 | 36 | 3B | C | 5 | 44 | 3E |
| Octal | 340 | 147 | 133 | 0 | 66 | 73 | 14 | 5 | 104 | 76 |
| Binary | 11100000 | 1100111 | 1011011 | 0 | 110110 | 111011 | 1100 | 101 | 1000100 | 111110 |
Color Harmonies of #E0675B
Complementary color
Monochromatic Colors of #E0675B
Black with #E0675B
Text Example
Text Example
White with #E0675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0675B; }
p { color: rgb(224,103,91); }
H1.HeaderClassName
{
color: #E0675B;
}
.AnyTagClassName
{
color: #E0675B;
}
</style>
background-color css
<style>
a { background-color: #E0675B; }
a { background-color: rgb(224,103,91); }
div.DivClassName
{
background-color: #E0675B;
}
.BgClassName
{
background-color: #E0675B;
}
</style>
border-color css
<style>
span { border-color: #E0675B; }
span { border-color: rgb(224,103,91); }
td.TdClassName
{
border-color: #E0675B;
}
.TagClassName
{
border-color: #E0675B;
}
</style>