Shades of Roman #E6605E
Tints of Roman #E6605E
RGB
CMYK
RGB Variations
Color information
#E6605E (or 0xE6605E) is known color: Roman. HEX triplet: E6, 60 and 5E. RGB value is (230,96,94). Sum of RGB (Red+Green+Blue) = 230+96+94=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E6605E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6605E is #199FA1. Grayscale: #878787. Windows color (decimal): -1679266 or 6185190. OLE color: 6185190.
HSL color Cylindrical-coordinate representation of color #E6605E: hue angle of 0.88º 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 #E6605E is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 94 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.10 |
| HSL | 0.88º | 0.73% | 0.64% | - |
| HSV(B) | 0.88º | 0.59% | 0.9% | - |
| XYZ | 38.84 | 26 | 13.56 | - |
| YUV | 135.84 | 104.39 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 94 | 0 | 0.58 | 0.59 | 0.10 | 0.88 | 0.73 | 0.64 |
| Hex | E6 | 60 | 5E | 0 | 3A | 3B | A | 1 | 49 | 40 |
| Octal | 346 | 140 | 136 | 0 | 72 | 73 | 12 | 1 | 111 | 100 |
| Binary | 11100110 | 1100000 | 1011110 | 0 | 111010 | 111011 | 1010 | 1 | 1001001 | 1000000 |
Color Harmonies of #E6605E
Complementary color
Monochromatic Colors of #E6605E
Black with #E6605E
Text Example
Text Example
White with #E6605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6605E; }
p { color: rgb(230,96,94); }
H1.HeaderClassName
{
color: #E6605E;
}
.AnyTagClassName
{
color: #E6605E;
}
</style>
background-color css
<style>
a { background-color: #E6605E; }
a { background-color: rgb(230,96,94); }
div.DivClassName
{
background-color: #E6605E;
}
.BgClassName
{
background-color: #E6605E;
}
</style>
border-color css
<style>
span { border-color: #E6605E; }
span { border-color: rgb(230,96,94); }
td.TdClassName
{
border-color: #E6605E;
}
.TagClassName
{
border-color: #E6605E;
}
</style>