Shades of Roman #EC5F5E
Tints of Roman #EC5F5E
RGB
CMYK
RGB Variations
Color information
#EC5F5E (or 0xEC5F5E) is known color: Roman. HEX triplet: EC, 5F and 5E. RGB value is (236,95,94). Sum of RGB (Red+Green+Blue) = 236+95+94=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5F5E is #13A0A1. Grayscale: #898989. Windows color (decimal): -1286306 or 6184940. OLE color: 6184940.
HSL color Cylindrical-coordinate representation of color #EC5F5E: hue angle of 0.42º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5F5E is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 95 | 94 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.07 |
| HSL | 0.42º | 0.79% | 0.65% | - |
| HSV(B) | 0.42º | 0.6% | 0.93% | - |
| XYZ | 40.7 | 26.83 | 13.62 | - |
| YUV | 137.05 | 103.71 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 95 | 94 | 0 | 0.60 | 0.60 | 0.07 | 0.42 | 0.79 | 0.65 |
| Hex | EC | 5F | 5E | 0 | 3C | 3C | 7 | 0 | 4F | 41 |
| Octal | 354 | 137 | 136 | 0 | 74 | 74 | 7 | 0 | 117 | 101 |
| Binary | 11101100 | 1011111 | 1011110 | 0 | 111100 | 111100 | 111 | 0 | 1001111 | 1000001 |
Color Harmonies of #EC5F5E
Complementary color
Monochromatic Colors of #EC5F5E
Black with #EC5F5E
Text Example
Text Example
White with #EC5F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5F5E; }
p { color: rgb(236,95,94); }
H1.HeaderClassName
{
color: #EC5F5E;
}
.AnyTagClassName
{
color: #EC5F5E;
}
</style>
background-color css
<style>
a { background-color: #EC5F5E; }
a { background-color: rgb(236,95,94); }
div.DivClassName
{
background-color: #EC5F5E;
}
.BgClassName
{
background-color: #EC5F5E;
}
</style>
border-color css
<style>
span { border-color: #EC5F5E; }
span { border-color: rgb(236,95,94); }
td.TdClassName
{
border-color: #EC5F5E;
}
.TagClassName
{
border-color: #EC5F5E;
}
</style>