Shades of Roman #E6665E
Tints of Roman #E6665E
RGB
CMYK
RGB Variations
Color information
#E6665E (or 0xE6665E) is known color: Roman. HEX triplet: E6, 66 and 5E. RGB value is (230,102,94). Sum of RGB (Red+Green+Blue) = 230+102+94=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E6665E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6665E is #1999A1. Grayscale: #8B8B8B. Windows color (decimal): -1677730 or 6186726. OLE color: 6186726.
HSL color Cylindrical-coordinate representation of color #E6665E: hue angle of 3.53º 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 #E6665E is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 102 | 94 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.10 |
| HSL | 3.53º | 0.73% | 0.64% | - |
| HSV(B) | 3.53º | 0.59% | 0.9% | - |
| XYZ | 39.4 | 27.13 | 13.75 | - |
| YUV | 139.36 | 102.41 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 102 | 94 | 0 | 0.56 | 0.59 | 0.10 | 3.53 | 0.73 | 0.64 |
| Hex | E6 | 66 | 5E | 0 | 38 | 3B | A | 4 | 49 | 40 |
| Octal | 346 | 146 | 136 | 0 | 70 | 73 | 12 | 4 | 111 | 100 |
| Binary | 11100110 | 1100110 | 1011110 | 0 | 111000 | 111011 | 1010 | 100 | 1001001 | 1000000 |
Color Harmonies of #E6665E
Complementary color
Monochromatic Colors of #E6665E
Black with #E6665E
Text Example
Text Example
White with #E6665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6665E; }
p { color: rgb(230,102,94); }
H1.HeaderClassName
{
color: #E6665E;
}
.AnyTagClassName
{
color: #E6665E;
}
</style>
background-color css
<style>
a { background-color: #E6665E; }
a { background-color: rgb(230,102,94); }
div.DivClassName
{
background-color: #E6665E;
}
.BgClassName
{
background-color: #E6665E;
}
</style>
border-color css
<style>
span { border-color: #E6665E; }
span { border-color: rgb(230,102,94); }
td.TdClassName
{
border-color: #E6665E;
}
.TagClassName
{
border-color: #E6665E;
}
</style>