Shades of Roman #E0665B
Tints of Roman #E0665B
RGB
CMYK
RGB Variations
Color information
#E0665B (or 0xE0665B) is known color: Roman. HEX triplet: E0, 66 and 5B. RGB value is (224,102,91). Sum of RGB (Red+Green+Blue) = 224+102+91=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E0665B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0665B is #1F99A4. Grayscale: #898989. Windows color (decimal): -2070949 or 5990112. OLE color: 5990112.
HSL color Cylindrical-coordinate representation of color #E0665B: hue angle of 4.96º 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 #E0665B is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 102 | 91 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.12 |
| HSL | 4.96º | 0.68% | 0.62% | - |
| HSV(B) | 4.96º | 0.59% | 0.88% | - |
| XYZ | 37.38 | 26.11 | 12.97 | - |
| YUV | 137.22 | 101.92 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 102 | 91 | 0 | 0.54 | 0.59 | 0.12 | 4.96 | 0.68 | 0.62 |
| Hex | E0 | 66 | 5B | 0 | 36 | 3B | C | 5 | 44 | 3E |
| Octal | 340 | 146 | 133 | 0 | 66 | 73 | 14 | 5 | 104 | 76 |
| Binary | 11100000 | 1100110 | 1011011 | 0 | 110110 | 111011 | 1100 | 101 | 1000100 | 111110 |
Color Harmonies of #E0665B
Complementary color
Monochromatic Colors of #E0665B
Black with #E0665B
Text Example
Text Example
White with #E0665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0665B; }
p { color: rgb(224,102,91); }
H1.HeaderClassName
{
color: #E0665B;
}
.AnyTagClassName
{
color: #E0665B;
}
</style>
background-color css
<style>
a { background-color: #E0665B; }
a { background-color: rgb(224,102,91); }
div.DivClassName
{
background-color: #E0665B;
}
.BgClassName
{
background-color: #E0665B;
}
</style>
border-color css
<style>
span { border-color: #E0665B; }
span { border-color: rgb(224,102,91); }
td.TdClassName
{
border-color: #E0665B;
}
.TagClassName
{
border-color: #E0665B;
}
</style>