Shades of Roman #E66969
Tints of Roman #E66969
RGB
CMYK
RGB Variations
Color information
#E66969 (or 0xE66969) is known color: Roman. HEX triplet: E6, 69 and 69. RGB value is (230,105,105). Sum of RGB (Red+Green+Blue) = 230+105+105=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E66969 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66969 is #199696. Grayscale: #8E8E8E. Windows color (decimal): -1676951 or 6908390. OLE color: 6908390.
HSL color Cylindrical-coordinate representation of color #E66969: hue angle of 0º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E66969 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 105 | 105 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.10 |
| HSL | 0º | 0.71% | 0.66% | - |
| HSV(B) | 0º | 0.54% | 0.9% | - |
| XYZ | 40.23 | 27.95 | 16.64 | - |
| YUV | 142.38 | 106.91 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 105 | 0 | 0.54 | 0.54 | 0.10 | 0 | 0.71 | 0.66 |
| Hex | E6 | 69 | 69 | 0 | 36 | 36 | A | 0 | 47 | 42 |
| Octal | 346 | 151 | 151 | 0 | 66 | 66 | 12 | 0 | 107 | 102 |
| Binary | 11100110 | 1101001 | 1101001 | 0 | 110110 | 110110 | 1010 | 0 | 1000111 | 1000010 |
Color Harmonies of #E66969
Complementary color
Monochromatic Colors of #E66969
Black with #E66969
Text Example
Text Example
White with #E66969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66969; }
p { color: rgb(230,105,105); }
H1.HeaderClassName
{
color: #E66969;
}
.AnyTagClassName
{
color: #E66969;
}
</style>
background-color css
<style>
a { background-color: #E66969; }
a { background-color: rgb(230,105,105); }
div.DivClassName
{
background-color: #E66969;
}
.BgClassName
{
background-color: #E66969;
}
</style>
border-color css
<style>
span { border-color: #E66969; }
span { border-color: rgb(230,105,105); }
td.TdClassName
{
border-color: #E66969;
}
.TagClassName
{
border-color: #E66969;
}
</style>