Shades of Ruby #E11C69
Tints of Ruby #E11C69
RGB
CMYK
RGB Variations
Color information
#E11C69 (or 0xE11C69) is known color: Ruby. HEX triplet: E1, 1C and 69. RGB value is (225,28,105). Sum of RGB (Red+Green+Blue) = 225+28+105=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11C69 is #1EE396. Grayscale: #5F5F5F. Windows color (decimal): -2024343 or 6888673. OLE color: 6888673.
HSL color Cylindrical-coordinate representation of color #E11C69: hue angle of 336.55º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11C69 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 105 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.12 |
| HSL | 336.55º | 0.78% | 0.5% | - |
| HSV(B) | 336.55º | 0.88% | 0.88% | - |
| XYZ | 34.02 | 17.86 | 15.02 | - |
| YUV | 95.68 | 133.27 | 220.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 105 | 0 | 0.88 | 0.53 | 0.12 | 336.55 | 0.78 | 0.5 |
| Hex | E1 | 1C | 69 | 0 | 58 | 35 | C | 151 | 4E | 32 |
| Octal | 341 | 34 | 151 | 0 | 130 | 65 | 14 | 521 | 116 | 62 |
| Binary | 11100001 | 11100 | 1101001 | 0 | 1011000 | 110101 | 1100 | 101010001 | 1001110 | 110010 |
Color Harmonies of #E11C69
Complementary color
Monochromatic Colors of #E11C69
Black with #E11C69
Text Example
Text Example
White with #E11C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C69; }
p { color: rgb(225,28,105); }
H1.HeaderClassName
{
color: #E11C69;
}
.AnyTagClassName
{
color: #E11C69;
}
</style>
background-color css
<style>
a { background-color: #E11C69; }
a { background-color: rgb(225,28,105); }
div.DivClassName
{
background-color: #E11C69;
}
.BgClassName
{
background-color: #E11C69;
}
</style>
border-color css
<style>
span { border-color: #E11C69; }
span { border-color: rgb(225,28,105); }
td.TdClassName
{
border-color: #E11C69;
}
.TagClassName
{
border-color: #E11C69;
}
</style>