Shades of Roman #EC6362
Tints of Roman #EC6362
RGB
CMYK
RGB Variations
Color information
#EC6362 (or 0xEC6362) is known color: Roman. HEX triplet: EC, 63 and 62. RGB value is (236,99,98). Sum of RGB (Red+Green+Blue) = 236+99+98=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6362 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6362 is #139C9D. Grayscale: #8B8B8B. Windows color (decimal): -1285278 or 6448108. OLE color: 6448108.
HSL color Cylindrical-coordinate representation of color #EC6362: hue angle of 0.43º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC6362 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 98 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.07 |
| HSL | 0.43º | 0.78% | 0.65% | - |
| HSV(B) | 0.43º | 0.58% | 0.93% | - |
| XYZ | 41.26 | 27.64 | 14.72 | - |
| YUV | 139.85 | 104.39 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 98 | 0 | 0.58 | 0.58 | 0.07 | 0.43 | 0.78 | 0.65 |
| Hex | EC | 63 | 62 | 0 | 3A | 3A | 7 | 0 | 4E | 41 |
| Octal | 354 | 143 | 142 | 0 | 72 | 72 | 7 | 0 | 116 | 101 |
| Binary | 11101100 | 1100011 | 1100010 | 0 | 111010 | 111010 | 111 | 0 | 1001110 | 1000001 |
Color Harmonies of #EC6362
Complementary color
Monochromatic Colors of #EC6362
Black with #EC6362
Text Example
Text Example
White with #EC6362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6362; }
p { color: rgb(236,99,98); }
H1.HeaderClassName
{
color: #EC6362;
}
.AnyTagClassName
{
color: #EC6362;
}
</style>
background-color css
<style>
a { background-color: #EC6362; }
a { background-color: rgb(236,99,98); }
div.DivClassName
{
background-color: #EC6362;
}
.BgClassName
{
background-color: #EC6362;
}
</style>
border-color css
<style>
span { border-color: #EC6362; }
span { border-color: rgb(236,99,98); }
td.TdClassName
{
border-color: #EC6362;
}
.TagClassName
{
border-color: #EC6362;
}
</style>