Shades of Roman #E0655B
Tints of Roman #E0655B
RGB
CMYK
RGB Variations
Color information
#E0655B (or 0xE0655B) is known color: Roman. HEX triplet: E0, 65 and 5B. RGB value is (224,101,91). Sum of RGB (Red+Green+Blue) = 224+101+91=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E0655B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0655B is #1F9AA4. Grayscale: #888888. Windows color (decimal): -2071205 or 5989856. OLE color: 5989856.
HSL color Cylindrical-coordinate representation of color #E0655B: hue angle of 4.51º 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 #E0655B is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 101 | 91 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.12 |
| HSL | 4.51º | 0.68% | 0.62% | - |
| HSV(B) | 4.51º | 0.59% | 0.88% | - |
| XYZ | 37.28 | 25.91 | 12.93 | - |
| YUV | 136.64 | 102.25 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 101 | 91 | 0 | 0.55 | 0.59 | 0.12 | 4.51 | 0.68 | 0.62 |
| Hex | E0 | 65 | 5B | 0 | 37 | 3B | C | 5 | 44 | 3E |
| Octal | 340 | 145 | 133 | 0 | 67 | 73 | 14 | 5 | 104 | 76 |
| Binary | 11100000 | 1100101 | 1011011 | 0 | 110111 | 111011 | 1100 | 101 | 1000100 | 111110 |
Color Harmonies of #E0655B
Complementary color
Monochromatic Colors of #E0655B
Black with #E0655B
Text Example
Text Example
White with #E0655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0655B; }
p { color: rgb(224,101,91); }
H1.HeaderClassName
{
color: #E0655B;
}
.AnyTagClassName
{
color: #E0655B;
}
</style>
background-color css
<style>
a { background-color: #E0655B; }
a { background-color: rgb(224,101,91); }
div.DivClassName
{
background-color: #E0655B;
}
.BgClassName
{
background-color: #E0655B;
}
</style>
border-color css
<style>
span { border-color: #E0655B; }
span { border-color: rgb(224,101,91); }
td.TdClassName
{
border-color: #E0655B;
}
.TagClassName
{
border-color: #E0655B;
}
</style>