Shades of Roman #E0665E
Tints of Roman #E0665E
RGB
CMYK
RGB Variations
Color information
#E0665E (or 0xE0665E) is known color: Roman. HEX triplet: E0, 66 and 5E. RGB value is (224,102,94). Sum of RGB (Red+Green+Blue) = 224+102+94=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E0665E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0665E is #1F99A1. Grayscale: #898989. Windows color (decimal): -2070946 or 6186720. OLE color: 6186720.
HSL color Cylindrical-coordinate representation of color #E0665E: hue angle of 3.69º 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 #E0665E is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 102 | 94 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.12 |
| HSL | 3.69º | 0.68% | 0.62% | - |
| HSV(B) | 3.69º | 0.58% | 0.88% | - |
| XYZ | 37.51 | 26.16 | 13.66 | - |
| YUV | 137.57 | 103.42 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 102 | 94 | 0 | 0.54 | 0.58 | 0.12 | 3.69 | 0.68 | 0.62 |
| Hex | E0 | 66 | 5E | 0 | 36 | 3A | C | 4 | 44 | 3E |
| Octal | 340 | 146 | 136 | 0 | 66 | 72 | 14 | 4 | 104 | 76 |
| Binary | 11100000 | 1100110 | 1011110 | 0 | 110110 | 111010 | 1100 | 100 | 1000100 | 111110 |
Color Harmonies of #E0665E
Complementary color
Monochromatic Colors of #E0665E
Black with #E0665E
Text Example
Text Example
White with #E0665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0665E; }
p { color: rgb(224,102,94); }
H1.HeaderClassName
{
color: #E0665E;
}
.AnyTagClassName
{
color: #E0665E;
}
</style>
background-color css
<style>
a { background-color: #E0665E; }
a { background-color: rgb(224,102,94); }
div.DivClassName
{
background-color: #E0665E;
}
.BgClassName
{
background-color: #E0665E;
}
</style>
border-color css
<style>
span { border-color: #E0665E; }
span { border-color: rgb(224,102,94); }
td.TdClassName
{
border-color: #E0665E;
}
.TagClassName
{
border-color: #E0665E;
}
</style>