Shades of Roman #E65E5E
Tints of Roman #E65E5E
RGB
CMYK
RGB Variations
Color information
#E65E5E (or 0xE65E5E) is known color: Roman. HEX triplet: E6, 5E and 5E. RGB value is (230,94,94). Sum of RGB (Red+Green+Blue) = 230+94+94=418 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.02% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 230 - color contains mainly: red. Hex color #E65E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65E5E is #19A1A1. Grayscale: #868686. Windows color (decimal): -1679778 or 6184678. OLE color: 6184678.
HSL color Cylindrical-coordinate representation of color #E65E5E: hue angle of 0º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65E5E is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 94 | 94 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.10 |
| HSL | 0º | 0.73% | 0.64% | - |
| HSV(B) | 0º | 0.59% | 0.9% | - |
| XYZ | 38.66 | 25.64 | 13.5 | - |
| YUV | 134.66 | 105.06 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 94 | 94 | 0 | 0.59 | 0.59 | 0.10 | 0 | 0.73 | 0.64 |
| Hex | E6 | 5E | 5E | 0 | 3B | 3B | A | 0 | 49 | 40 |
| Octal | 346 | 136 | 136 | 0 | 73 | 73 | 12 | 0 | 111 | 100 |
| Binary | 11100110 | 1011110 | 1011110 | 0 | 111011 | 111011 | 1010 | 0 | 1001001 | 1000000 |
Color Harmonies of #E65E5E
Complementary color
Monochromatic Colors of #E65E5E
Black with #E65E5E
Text Example
Text Example
White with #E65E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65E5E; }
p { color: rgb(230,94,94); }
H1.HeaderClassName
{
color: #E65E5E;
}
.AnyTagClassName
{
color: #E65E5E;
}
</style>
background-color css
<style>
a { background-color: #E65E5E; }
a { background-color: rgb(230,94,94); }
div.DivClassName
{
background-color: #E65E5E;
}
.BgClassName
{
background-color: #E65E5E;
}
</style>
border-color css
<style>
span { border-color: #E65E5E; }
span { border-color: rgb(230,94,94); }
td.TdClassName
{
border-color: #E65E5E;
}
.TagClassName
{
border-color: #E65E5E;
}
</style>