Shades of Roman #EC635E
Tints of Roman #EC635E
RGB
CMYK
RGB Variations
Color information
#EC635E (or 0xEC635E) is known color: Roman. HEX triplet: EC, 63 and 5E. RGB value is (236,99,94). Sum of RGB (Red+Green+Blue) = 236+99+94=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC635E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC635E is #139CA1. Grayscale: #8B8B8B. Windows color (decimal): -1285282 or 6185964. OLE color: 6185964.
HSL color Cylindrical-coordinate representation of color #EC635E: hue angle of 2.11º 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 #EC635E is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 94 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.07 |
| HSL | 2.11º | 0.79% | 0.65% | - |
| HSV(B) | 2.11º | 0.6% | 0.93% | - |
| XYZ | 41.07 | 27.56 | 13.75 | - |
| YUV | 139.39 | 102.39 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 94 | 0 | 0.58 | 0.60 | 0.07 | 2.11 | 0.79 | 0.65 |
| Hex | EC | 63 | 5E | 0 | 3A | 3C | 7 | 2 | 4F | 41 |
| Octal | 354 | 143 | 136 | 0 | 72 | 74 | 7 | 2 | 117 | 101 |
| Binary | 11101100 | 1100011 | 1011110 | 0 | 111010 | 111100 | 111 | 10 | 1001111 | 1000001 |
Color Harmonies of #EC635E
Complementary color
Monochromatic Colors of #EC635E
Black with #EC635E
Text Example
Text Example
White with #EC635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC635E; }
p { color: rgb(236,99,94); }
H1.HeaderClassName
{
color: #EC635E;
}
.AnyTagClassName
{
color: #EC635E;
}
</style>
background-color css
<style>
a { background-color: #EC635E; }
a { background-color: rgb(236,99,94); }
div.DivClassName
{
background-color: #EC635E;
}
.BgClassName
{
background-color: #EC635E;
}
</style>
border-color css
<style>
span { border-color: #EC635E; }
span { border-color: rgb(236,99,94); }
td.TdClassName
{
border-color: #EC635E;
}
.TagClassName
{
border-color: #EC635E;
}
</style>