Shades of Ruby #EC1269
Tints of Ruby #EC1269
RGB
CMYK
RGB Variations
Color information
#EC1269 (or 0xEC1269) is known color: Ruby. HEX triplet: EC, 12 and 69. RGB value is (236,18,105). Sum of RGB (Red+Green+Blue) = 236+18+105=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1269 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1269 is #13ED96. Grayscale: #5C5C5C. Windows color (decimal): -1306007 or 6886124. OLE color: 6886124.
HSL color Cylindrical-coordinate representation of color #EC1269: hue angle of 336.06º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC1269 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 105 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.07 |
| HSL | 336.06º | 0.86% | 0.5% | - |
| HSV(B) | 336.06º | 0.92% | 0.93% | - |
| XYZ | 37.36 | 19.29 | 15.12 | - |
| YUV | 93.1 | 134.72 | 229.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 105 | 0 | 0.92 | 0.56 | 0.07 | 336.06 | 0.86 | 0.5 |
| Hex | EC | 12 | 69 | 0 | 5C | 38 | 7 | 150 | 56 | 32 |
| Octal | 354 | 22 | 151 | 0 | 134 | 70 | 7 | 520 | 126 | 62 |
| Binary | 11101100 | 10010 | 1101001 | 0 | 1011100 | 111000 | 111 | 101010000 | 1010110 | 110010 |
Color Harmonies of #EC1269
Complementary color
Monochromatic Colors of #EC1269
Black with #EC1269
Text Example
Text Example
White with #EC1269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1269; }
p { color: rgb(236,18,105); }
H1.HeaderClassName
{
color: #EC1269;
}
.AnyTagClassName
{
color: #EC1269;
}
</style>
background-color css
<style>
a { background-color: #EC1269; }
a { background-color: rgb(236,18,105); }
div.DivClassName
{
background-color: #EC1269;
}
.BgClassName
{
background-color: #EC1269;
}
</style>
border-color css
<style>
span { border-color: #EC1269; }
span { border-color: rgb(236,18,105); }
td.TdClassName
{
border-color: #EC1269;
}
.TagClassName
{
border-color: #EC1269;
}
</style>