Shades of Ruby #E11E6E
Tints of Ruby #E11E6E
RGB
CMYK
RGB Variations
Color information
#E11E6E (or 0xE11E6E) is known color: Ruby. HEX triplet: E1, 1E and 6E. RGB value is (225,30,110). Sum of RGB (Red+Green+Blue) = 225+30+110=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11E6E is #1EE191. Grayscale: #616161. Windows color (decimal): -2023826 or 7216865. OLE color: 7216865.
HSL color Cylindrical-coordinate representation of color #E11E6E: hue angle of 335.38º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11E6E is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 30 | 110 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.12 |
| HSL | 335.38º | 0.76% | 0.5% | - |
| HSV(B) | 335.38º | 0.87% | 0.88% | - |
| XYZ | 34.33 | 18.06 | 16.43 | - |
| YUV | 97.43 | 135.1 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 30 | 110 | 0 | 0.87 | 0.51 | 0.12 | 335.38 | 0.76 | 0.5 |
| Hex | E1 | 1E | 6E | 0 | 57 | 33 | C | 14F | 4C | 32 |
| Octal | 341 | 36 | 156 | 0 | 127 | 63 | 14 | 517 | 114 | 62 |
| Binary | 11100001 | 11110 | 1101110 | 0 | 1010111 | 110011 | 1100 | 101001111 | 1001100 | 110010 |
Color Harmonies of #E11E6E
Complementary color
Monochromatic Colors of #E11E6E
Black with #E11E6E
Text Example
Text Example
White with #E11E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11E6E; }
p { color: rgb(225,30,110); }
H1.HeaderClassName
{
color: #E11E6E;
}
.AnyTagClassName
{
color: #E11E6E;
}
</style>
background-color css
<style>
a { background-color: #E11E6E; }
a { background-color: rgb(225,30,110); }
div.DivClassName
{
background-color: #E11E6E;
}
.BgClassName
{
background-color: #E11E6E;
}
</style>
border-color css
<style>
span { border-color: #E11E6E; }
span { border-color: rgb(225,30,110); }
td.TdClassName
{
border-color: #E11E6E;
}
.TagClassName
{
border-color: #E11E6E;
}
</style>