Shades of Roman #E0655A
Tints of Roman #E0655A
RGB
CMYK
RGB Variations
Color information
#E0655A (or 0xE0655A) is known color: Roman. HEX triplet: E0, 65 and 5A. RGB value is (224,101,90). Sum of RGB (Red+Green+Blue) = 224+101+90=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E0655A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0655A is #1F9AA5. Grayscale: #888888. Windows color (decimal): -2071206 or 5924320. OLE color: 5924320.
HSL color Cylindrical-coordinate representation of color #E0655A: hue angle of 4.93º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E0655A is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 101 | 90 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.12 |
| HSL | 4.93º | 0.68% | 0.62% | - |
| HSV(B) | 4.93º | 0.6% | 0.88% | - |
| XYZ | 37.24 | 25.89 | 12.71 | - |
| YUV | 136.52 | 101.75 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 101 | 90 | 0 | 0.55 | 0.60 | 0.12 | 4.93 | 0.68 | 0.62 |
| Hex | E0 | 65 | 5A | 0 | 37 | 3C | C | 5 | 44 | 3E |
| Octal | 340 | 145 | 132 | 0 | 67 | 74 | 14 | 5 | 104 | 76 |
| Binary | 11100000 | 1100101 | 1011010 | 0 | 110111 | 111100 | 1100 | 101 | 1000100 | 111110 |
Color Harmonies of #E0655A
Complementary color
Monochromatic Colors of #E0655A
Black with #E0655A
Text Example
Text Example
White with #E0655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0655A; }
p { color: rgb(224,101,90); }
H1.HeaderClassName
{
color: #E0655A;
}
.AnyTagClassName
{
color: #E0655A;
}
</style>
background-color css
<style>
a { background-color: #E0655A; }
a { background-color: rgb(224,101,90); }
div.DivClassName
{
background-color: #E0655A;
}
.BgClassName
{
background-color: #E0655A;
}
</style>
border-color css
<style>
span { border-color: #E0655A; }
span { border-color: rgb(224,101,90); }
td.TdClassName
{
border-color: #E0655A;
}
.TagClassName
{
border-color: #E0655A;
}
</style>