Shades of Ruby #E11667
Tints of Ruby #E11667
RGB
CMYK
RGB Variations
Color information
#E11667 (or 0xE11667) is known color: Ruby. HEX triplet: E1, 16 and 67. RGB value is (225,22,103). Sum of RGB (Red+Green+Blue) = 225+22+103=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E11667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11667 is #1EE998. Grayscale: #5B5B5B. Windows color (decimal): -2025881 or 6756065. OLE color: 6756065.
HSL color Cylindrical-coordinate representation of color #E11667: hue angle of 336.06º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E11667 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 22 | 103 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.12 |
| HSL | 336.06º | 0.82% | 0.48% | - |
| HSV(B) | 336.06º | 0.9% | 0.88% | - |
| XYZ | 33.79 | 17.56 | 14.44 | - |
| YUV | 91.93 | 134.25 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 103 | 0 | 0.90 | 0.54 | 0.12 | 336.06 | 0.82 | 0.48 |
| Hex | E1 | 16 | 67 | 0 | 5A | 36 | C | 150 | 52 | 30 |
| Octal | 341 | 26 | 147 | 0 | 132 | 66 | 14 | 520 | 122 | 60 |
| Binary | 11100001 | 10110 | 1100111 | 0 | 1011010 | 110110 | 1100 | 101010000 | 1010010 | 110000 |
Color Harmonies of #E11667
Complementary color
Monochromatic Colors of #E11667
Black with #E11667
Text Example
Text Example
White with #E11667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11667; }
p { color: rgb(225,22,103); }
H1.HeaderClassName
{
color: #E11667;
}
.AnyTagClassName
{
color: #E11667;
}
</style>
background-color css
<style>
a { background-color: #E11667; }
a { background-color: rgb(225,22,103); }
div.DivClassName
{
background-color: #E11667;
}
.BgClassName
{
background-color: #E11667;
}
</style>
border-color css
<style>
span { border-color: #E11667; }
span { border-color: rgb(225,22,103); }
td.TdClassName
{
border-color: #E11667;
}
.TagClassName
{
border-color: #E11667;
}
</style>