Shades of Roman #E66665
Tints of Roman #E66665
RGB
CMYK
RGB Variations
Color information
#E66665 (or 0xE66665) is known color: Roman. HEX triplet: E6, 66 and 65. RGB value is (230,102,101). Sum of RGB (Red+Green+Blue) = 230+102+101=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E66665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66665 is #19999A. Grayscale: #8C8C8C. Windows color (decimal): -1677723 or 6645478. OLE color: 6645478.
HSL color Cylindrical-coordinate representation of color #E66665: hue angle of 0.47º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E66665 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 102 | 101 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.10 |
| HSL | 0.47º | 0.72% | 0.65% | - |
| HSV(B) | 0.47º | 0.56% | 0.9% | - |
| XYZ | 39.73 | 27.27 | 15.48 | - |
| YUV | 140.16 | 105.91 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 102 | 101 | 0 | 0.56 | 0.56 | 0.10 | 0.47 | 0.72 | 0.65 |
| Hex | E6 | 66 | 65 | 0 | 38 | 38 | A | 0 | 48 | 41 |
| Octal | 346 | 146 | 145 | 0 | 70 | 70 | 12 | 0 | 110 | 101 |
| Binary | 11100110 | 1100110 | 1100101 | 0 | 111000 | 111000 | 1010 | 0 | 1001000 | 1000001 |
Color Harmonies of #E66665
Complementary color
Monochromatic Colors of #E66665
Black with #E66665
Text Example
Text Example
White with #E66665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66665; }
p { color: rgb(230,102,101); }
H1.HeaderClassName
{
color: #E66665;
}
.AnyTagClassName
{
color: #E66665;
}
</style>
background-color css
<style>
a { background-color: #E66665; }
a { background-color: rgb(230,102,101); }
div.DivClassName
{
background-color: #E66665;
}
.BgClassName
{
background-color: #E66665;
}
</style>
border-color css
<style>
span { border-color: #E66665; }
span { border-color: rgb(230,102,101); }
td.TdClassName
{
border-color: #E66665;
}
.TagClassName
{
border-color: #E66665;
}
</style>