Shades of Roman #EC6361
Tints of Roman #EC6361
RGB
CMYK
RGB Variations
Color information
#EC6361 (or 0xEC6361) is known color: Roman. HEX triplet: EC, 63 and 61. RGB value is (236,99,97). Sum of RGB (Red+Green+Blue) = 236+99+97=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6361 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6361 is #139C9E. Grayscale: #8B8B8B. Windows color (decimal): -1285279 or 6382572. OLE color: 6382572.
HSL color Cylindrical-coordinate representation of color #EC6361: hue angle of 0.86º degrees, saturation: 0.79, 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 #EC6361 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 97 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.07 |
| HSL | 0.86º | 0.79% | 0.65% | - |
| HSV(B) | 0.86º | 0.59% | 0.93% | - |
| XYZ | 41.21 | 27.62 | 14.47 | - |
| YUV | 139.74 | 103.89 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 97 | 0 | 0.58 | 0.59 | 0.07 | 0.86 | 0.79 | 0.65 |
| Hex | EC | 63 | 61 | 0 | 3A | 3B | 7 | 1 | 4F | 41 |
| Octal | 354 | 143 | 141 | 0 | 72 | 73 | 7 | 1 | 117 | 101 |
| Binary | 11101100 | 1100011 | 1100001 | 0 | 111010 | 111011 | 111 | 1 | 1001111 | 1000001 |
Color Harmonies of #EC6361
Complementary color
Monochromatic Colors of #EC6361
Black with #EC6361
Text Example
Text Example
White with #EC6361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6361; }
p { color: rgb(236,99,97); }
H1.HeaderClassName
{
color: #EC6361;
}
.AnyTagClassName
{
color: #EC6361;
}
</style>
background-color css
<style>
a { background-color: #EC6361; }
a { background-color: rgb(236,99,97); }
div.DivClassName
{
background-color: #EC6361;
}
.BgClassName
{
background-color: #EC6361;
}
</style>
border-color css
<style>
span { border-color: #EC6361; }
span { border-color: rgb(236,99,97); }
td.TdClassName
{
border-color: #EC6361;
}
.TagClassName
{
border-color: #EC6361;
}
</style>