Shades of Roman #ED6260
Tints of Roman #ED6260
RGB
CMYK
RGB Variations
Color information
#ED6260 (or 0xED6260) is known color: Roman. HEX triplet: ED, 62 and 60. RGB value is (237,98,96). Sum of RGB (Red+Green+Blue) = 237+98+96=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6260 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6260 is #129D9F. Grayscale: #8B8B8B. Windows color (decimal): -1220000 or 6316781. OLE color: 6316781.
HSL color Cylindrical-coordinate representation of color #ED6260: hue angle of 0.85º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED6260 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 98 | 96 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.07 |
| HSL | 0.85º | 0.8% | 0.65% | - |
| HSV(B) | 0.85º | 0.59% | 0.93% | - |
| XYZ | 41.4 | 27.58 | 14.21 | - |
| YUV | 139.33 | 103.55 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 98 | 96 | 0 | 0.59 | 0.59 | 0.07 | 0.85 | 0.8 | 0.65 |
| Hex | ED | 62 | 60 | 0 | 3B | 3B | 7 | 1 | 50 | 41 |
| Octal | 355 | 142 | 140 | 0 | 73 | 73 | 7 | 1 | 120 | 101 |
| Binary | 11101101 | 1100010 | 1100000 | 0 | 111011 | 111011 | 111 | 1 | 1010000 | 1000001 |
Color Harmonies of #ED6260
Complementary color
Monochromatic Colors of #ED6260
Black with #ED6260
Text Example
Text Example
White with #ED6260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6260; }
p { color: rgb(237,98,96); }
H1.HeaderClassName
{
color: #ED6260;
}
.AnyTagClassName
{
color: #ED6260;
}
</style>
background-color css
<style>
a { background-color: #ED6260; }
a { background-color: rgb(237,98,96); }
div.DivClassName
{
background-color: #ED6260;
}
.BgClassName
{
background-color: #ED6260;
}
</style>
border-color css
<style>
span { border-color: #ED6260; }
span { border-color: rgb(237,98,96); }
td.TdClassName
{
border-color: #ED6260;
}
.TagClassName
{
border-color: #ED6260;
}
</style>