Shades of Roman #EC6463
Tints of Roman #EC6463
RGB
CMYK
RGB Variations
Color information
#EC6463 (or 0xEC6463) is known color: Roman. HEX triplet: EC, 64 and 63. RGB value is (236,100,99). Sum of RGB (Red+Green+Blue) = 236+100+99=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 99 (39.06% from 255 or 22.76% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6463 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6463 is #139B9C. Grayscale: #8C8C8C. Windows color (decimal): -1285021 or 6513900. OLE color: 6513900.
HSL color Cylindrical-coordinate representation of color #EC6463: hue angle of 0.44º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC6463 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 99 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.07 |
| HSL | 0.44º | 0.78% | 0.66% | - |
| HSV(B) | 0.44º | 0.58% | 0.93% | - |
| XYZ | 41.4 | 27.85 | 15 | - |
| YUV | 140.55 | 104.56 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 99 | 0 | 0.58 | 0.58 | 0.07 | 0.44 | 0.78 | 0.66 |
| Hex | EC | 64 | 63 | 0 | 3A | 3A | 7 | 0 | 4E | 42 |
| Octal | 354 | 144 | 143 | 0 | 72 | 72 | 7 | 0 | 116 | 102 |
| Binary | 11101100 | 1100100 | 1100011 | 0 | 111010 | 111010 | 111 | 0 | 1001110 | 1000010 |
Color Harmonies of #EC6463
Complementary color
Monochromatic Colors of #EC6463
Black with #EC6463
Text Example
Text Example
White with #EC6463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6463; }
p { color: rgb(236,100,99); }
H1.HeaderClassName
{
color: #EC6463;
}
.AnyTagClassName
{
color: #EC6463;
}
</style>
background-color css
<style>
a { background-color: #EC6463; }
a { background-color: rgb(236,100,99); }
div.DivClassName
{
background-color: #EC6463;
}
.BgClassName
{
background-color: #EC6463;
}
</style>
border-color css
<style>
span { border-color: #EC6463; }
span { border-color: rgb(236,100,99); }
td.TdClassName
{
border-color: #EC6463;
}
.TagClassName
{
border-color: #EC6463;
}
</style>