Shades of Roman #EC625E
Tints of Roman #EC625E
RGB
CMYK
RGB Variations
Color information
#EC625E (or 0xEC625E) is known color: Roman. HEX triplet: EC, 62 and 5E. RGB value is (236,98,94). Sum of RGB (Red+Green+Blue) = 236+98+94=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC625E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC625E is #139DA1. Grayscale: #8A8A8A. Windows color (decimal): -1285538 or 6185708. OLE color: 6185708.
HSL color Cylindrical-coordinate representation of color #EC625E: hue angle of 1.69º 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 #EC625E is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 94 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.07 |
| HSL | 1.69º | 0.79% | 0.65% | - |
| HSV(B) | 1.69º | 0.6% | 0.93% | - |
| XYZ | 40.98 | 27.38 | 13.71 | - |
| YUV | 138.81 | 102.72 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 94 | 0 | 0.58 | 0.60 | 0.07 | 1.69 | 0.79 | 0.65 |
| Hex | EC | 62 | 5E | 0 | 3A | 3C | 7 | 2 | 4F | 41 |
| Octal | 354 | 142 | 136 | 0 | 72 | 74 | 7 | 2 | 117 | 101 |
| Binary | 11101100 | 1100010 | 1011110 | 0 | 111010 | 111100 | 111 | 10 | 1001111 | 1000001 |
Color Harmonies of #EC625E
Complementary color
Monochromatic Colors of #EC625E
Black with #EC625E
Text Example
Text Example
White with #EC625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC625E; }
p { color: rgb(236,98,94); }
H1.HeaderClassName
{
color: #EC625E;
}
.AnyTagClassName
{
color: #EC625E;
}
</style>
background-color css
<style>
a { background-color: #EC625E; }
a { background-color: rgb(236,98,94); }
div.DivClassName
{
background-color: #EC625E;
}
.BgClassName
{
background-color: #EC625E;
}
</style>
border-color css
<style>
span { border-color: #EC625E; }
span { border-color: rgb(236,98,94); }
td.TdClassName
{
border-color: #EC625E;
}
.TagClassName
{
border-color: #EC625E;
}
</style>