Shades of Ruby #EC1E6C
Tints of Ruby #EC1E6C
RGB
CMYK
RGB Variations
Color information
#EC1E6C (or 0xEC1E6C) is known color: Ruby. HEX triplet: EC, 1E and 6C. RGB value is (236,30,108). Sum of RGB (Red+Green+Blue) = 236+30+108=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 30 (12.11% from 255 or 8.02% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1E6C is #13E193. Grayscale: #646464. Windows color (decimal): -1302932 or 7085804. OLE color: 7085804.
HSL color Cylindrical-coordinate representation of color #EC1E6C: hue angle of 337.28º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1E6C is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 108 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.07 |
| HSL | 337.28º | 0.84% | 0.52% | - |
| HSV(B) | 337.28º | 0.87% | 0.93% | - |
| XYZ | 37.76 | 19.84 | 16.03 | - |
| YUV | 100.49 | 132.25 | 224.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 108 | 0 | 0.87 | 0.54 | 0.07 | 337.28 | 0.84 | 0.52 |
| Hex | EC | 1E | 6C | 0 | 57 | 36 | 7 | 151 | 54 | 34 |
| Octal | 354 | 36 | 154 | 0 | 127 | 66 | 7 | 521 | 124 | 64 |
| Binary | 11101100 | 11110 | 1101100 | 0 | 1010111 | 110110 | 111 | 101010001 | 1010100 | 110100 |
Color Harmonies of #EC1E6C
Complementary color
Monochromatic Colors of #EC1E6C
Black with #EC1E6C
Text Example
Text Example
White with #EC1E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1E6C; }
p { color: rgb(236,30,108); }
H1.HeaderClassName
{
color: #EC1E6C;
}
.AnyTagClassName
{
color: #EC1E6C;
}
</style>
background-color css
<style>
a { background-color: #EC1E6C; }
a { background-color: rgb(236,30,108); }
div.DivClassName
{
background-color: #EC1E6C;
}
.BgClassName
{
background-color: #EC1E6C;
}
</style>
border-color css
<style>
span { border-color: #EC1E6C; }
span { border-color: rgb(236,30,108); }
td.TdClassName
{
border-color: #EC1E6C;
}
.TagClassName
{
border-color: #EC1E6C;
}
</style>