Shades of Ruby #EC1E5D
Tints of Ruby #EC1E5D
RGB
CMYK
RGB Variations
Color information
#EC1E5D (or 0xEC1E5D) is known color: Ruby. HEX triplet: EC, 1E and 5D. RGB value is (236,30,93). Sum of RGB (Red+Green+Blue) = 236+30+93=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 30 (12.11% from 255 or 8.36% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1E5D is #13E1A2. Grayscale: #626262. Windows color (decimal): -1302947 or 6102764. OLE color: 6102764.
HSL color Cylindrical-coordinate representation of color #EC1E5D: hue angle of 341.65º 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 #EC1E5D is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 93 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.07 |
| HSL | 341.65º | 0.84% | 0.52% | - |
| HSV(B) | 341.65º | 0.87% | 0.93% | - |
| XYZ | 37.03 | 19.55 | 12.18 | - |
| YUV | 98.78 | 124.75 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 93 | 0 | 0.87 | 0.61 | 0.07 | 341.65 | 0.84 | 0.52 |
| Hex | EC | 1E | 5D | 0 | 57 | 3D | 7 | 156 | 54 | 34 |
| Octal | 354 | 36 | 135 | 0 | 127 | 75 | 7 | 526 | 124 | 64 |
| Binary | 11101100 | 11110 | 1011101 | 0 | 1010111 | 111101 | 111 | 101010110 | 1010100 | 110100 |
Color Harmonies of #EC1E5D
Complementary color
Monochromatic Colors of #EC1E5D
Black with #EC1E5D
Text Example
Text Example
White with #EC1E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1E5D; }
p { color: rgb(236,30,93); }
H1.HeaderClassName
{
color: #EC1E5D;
}
.AnyTagClassName
{
color: #EC1E5D;
}
</style>
background-color css
<style>
a { background-color: #EC1E5D; }
a { background-color: rgb(236,30,93); }
div.DivClassName
{
background-color: #EC1E5D;
}
.BgClassName
{
background-color: #EC1E5D;
}
</style>
border-color css
<style>
span { border-color: #EC1E5D; }
span { border-color: rgb(236,30,93); }
td.TdClassName
{
border-color: #EC1E5D;
}
.TagClassName
{
border-color: #EC1E5D;
}
</style>