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