Shades of Ruby #E11E67
Tints of Ruby #E11E67
RGB
CMYK
RGB Variations
Color information
#E11E67 (or 0xE11E67) is known color: Ruby. HEX triplet: E1, 1E and 67. RGB value is (225,30,103). Sum of RGB (Red+Green+Blue) = 225+30+103=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 30 (12.11% from 255 or 8.38% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11E67 is #1EE198. Grayscale: #606060. Windows color (decimal): -2023833 or 6758113. OLE color: 6758113.
HSL color Cylindrical-coordinate representation of color #E11E67: hue angle of 337.54º 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 #E11E67 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 30 | 103 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.12 |
| HSL | 337.54º | 0.76% | 0.5% | - |
| HSV(B) | 337.54º | 0.87% | 0.88% | - |
| XYZ | 33.96 | 17.92 | 14.5 | - |
| YUV | 96.63 | 131.6 | 219.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 30 | 103 | 0 | 0.87 | 0.54 | 0.12 | 337.54 | 0.76 | 0.5 |
| Hex | E1 | 1E | 67 | 0 | 57 | 36 | C | 152 | 4C | 32 |
| Octal | 341 | 36 | 147 | 0 | 127 | 66 | 14 | 522 | 114 | 62 |
| Binary | 11100001 | 11110 | 1100111 | 0 | 1010111 | 110110 | 1100 | 101010010 | 1001100 | 110010 |
Color Harmonies of #E11E67
Complementary color
Monochromatic Colors of #E11E67
Black with #E11E67
Text Example
Text Example
White with #E11E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11E67; }
p { color: rgb(225,30,103); }
H1.HeaderClassName
{
color: #E11E67;
}
.AnyTagClassName
{
color: #E11E67;
}
</style>
background-color css
<style>
a { background-color: #E11E67; }
a { background-color: rgb(225,30,103); }
div.DivClassName
{
background-color: #E11E67;
}
.BgClassName
{
background-color: #E11E67;
}
</style>
border-color css
<style>
span { border-color: #E11E67; }
span { border-color: rgb(225,30,103); }
td.TdClassName
{
border-color: #E11E67;
}
.TagClassName
{
border-color: #E11E67;
}
</style>