Shades of Roman #E66261
Tints of Roman #E66261
RGB
CMYK
RGB Variations
Color information
#E66261 (or 0xE66261) is known color: Roman. HEX triplet: E6, 62 and 61. RGB value is (230,98,97). Sum of RGB (Red+Green+Blue) = 230+98+97=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E66261 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66261 is #199D9E. Grayscale: #898989. Windows color (decimal): -1678751 or 6382310. OLE color: 6382310.
HSL color Cylindrical-coordinate representation of color #E66261: hue angle of 0.45º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E66261 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 98 | 97 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.10 |
| HSL | 0.45º | 0.73% | 0.64% | - |
| HSV(B) | 0.45º | 0.58% | 0.9% | - |
| XYZ | 39.16 | 26.42 | 14.35 | - |
| YUV | 137.35 | 105.23 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 98 | 97 | 0 | 0.57 | 0.58 | 0.10 | 0.45 | 0.73 | 0.64 |
| Hex | E6 | 62 | 61 | 0 | 39 | 3A | A | 0 | 49 | 40 |
| Octal | 346 | 142 | 141 | 0 | 71 | 72 | 12 | 0 | 111 | 100 |
| Binary | 11100110 | 1100010 | 1100001 | 0 | 111001 | 111010 | 1010 | 0 | 1001001 | 1000000 |
Color Harmonies of #E66261
Complementary color
Monochromatic Colors of #E66261
Black with #E66261
Text Example
Text Example
White with #E66261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66261; }
p { color: rgb(230,98,97); }
H1.HeaderClassName
{
color: #E66261;
}
.AnyTagClassName
{
color: #E66261;
}
</style>
background-color css
<style>
a { background-color: #E66261; }
a { background-color: rgb(230,98,97); }
div.DivClassName
{
background-color: #E66261;
}
.BgClassName
{
background-color: #E66261;
}
</style>
border-color css
<style>
span { border-color: #E66261; }
span { border-color: rgb(230,98,97); }
td.TdClassName
{
border-color: #E66261;
}
.TagClassName
{
border-color: #E66261;
}
</style>