Shades of Roman #E0655D
Tints of Roman #E0655D
RGB
CMYK
RGB Variations
Color information
#E0655D (or 0xE0655D) is known color: Roman. HEX triplet: E0, 65 and 5D. RGB value is (224,101,93). Sum of RGB (Red+Green+Blue) = 224+101+93=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E0655D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0655D is #1F9AA2. Grayscale: #898989. Windows color (decimal): -2071203 or 6120928. OLE color: 6120928.
HSL color Cylindrical-coordinate representation of color #E0655D: hue angle of 3.66º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0655D is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 101 | 93 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.12 |
| HSL | 3.66º | 0.68% | 0.62% | - |
| HSV(B) | 3.66º | 0.58% | 0.88% | - |
| XYZ | 37.37 | 25.94 | 13.39 | - |
| YUV | 136.87 | 103.25 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 101 | 93 | 0 | 0.55 | 0.58 | 0.12 | 3.66 | 0.68 | 0.62 |
| Hex | E0 | 65 | 5D | 0 | 37 | 3A | C | 4 | 44 | 3E |
| Octal | 340 | 145 | 135 | 0 | 67 | 72 | 14 | 4 | 104 | 76 |
| Binary | 11100000 | 1100101 | 1011101 | 0 | 110111 | 111010 | 1100 | 100 | 1000100 | 111110 |
Color Harmonies of #E0655D
Complementary color
Monochromatic Colors of #E0655D
Black with #E0655D
Text Example
Text Example
White with #E0655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0655D; }
p { color: rgb(224,101,93); }
H1.HeaderClassName
{
color: #E0655D;
}
.AnyTagClassName
{
color: #E0655D;
}
</style>
background-color css
<style>
a { background-color: #E0655D; }
a { background-color: rgb(224,101,93); }
div.DivClassName
{
background-color: #E0655D;
}
.BgClassName
{
background-color: #E0655D;
}
</style>
border-color css
<style>
span { border-color: #E0655D; }
span { border-color: rgb(224,101,93); }
td.TdClassName
{
border-color: #E0655D;
}
.TagClassName
{
border-color: #E0655D;
}
</style>