Shades of Ruby #EC0F69
Tints of Ruby #EC0F69
RGB
CMYK
RGB Variations
Color information
#EC0F69 (or 0xEC0F69) is known color: Ruby. HEX triplet: EC, 0F and 69. RGB value is (236,15,105). Sum of RGB (Red+Green+Blue) = 236+15+105=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F69 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0F69 is #13F096. Grayscale: #5B5B5B. Windows color (decimal): -1306775 or 6885356. OLE color: 6885356.
HSL color Cylindrical-coordinate representation of color #EC0F69: hue angle of 335.57º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0F69 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 105 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.07 |
| HSL | 335.57º | 0.88% | 0.49% | - |
| HSV(B) | 335.57º | 0.94% | 0.93% | - |
| XYZ | 37.31 | 19.19 | 15.1 | - |
| YUV | 91.34 | 135.72 | 231.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 105 | 0 | 0.94 | 0.56 | 0.07 | 335.57 | 0.88 | 0.49 |
| Hex | EC | F | 69 | 0 | 5E | 38 | 7 | 150 | 58 | 31 |
| Octal | 354 | 17 | 151 | 0 | 136 | 70 | 7 | 520 | 130 | 61 |
| Binary | 11101100 | 1111 | 1101001 | 0 | 1011110 | 111000 | 111 | 101010000 | 1011000 | 110001 |
Color Harmonies of #EC0F69
Complementary color
Monochromatic Colors of #EC0F69
Black with #EC0F69
Text Example
Text Example
White with #EC0F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0F69; }
p { color: rgb(236,15,105); }
H1.HeaderClassName
{
color: #EC0F69;
}
.AnyTagClassName
{
color: #EC0F69;
}
</style>
background-color css
<style>
a { background-color: #EC0F69; }
a { background-color: rgb(236,15,105); }
div.DivClassName
{
background-color: #EC0F69;
}
.BgClassName
{
background-color: #EC0F69;
}
</style>
border-color css
<style>
span { border-color: #EC0F69; }
span { border-color: rgb(236,15,105); }
td.TdClassName
{
border-color: #EC0F69;
}
.TagClassName
{
border-color: #EC0F69;
}
</style>