Shades of Ruby #E11F66
Tints of Ruby #E11F66
RGB
CMYK
RGB Variations
Color information
#E11F66 (or 0xE11F66) is known color: Ruby. HEX triplet: E1, 1F and 66. RGB value is (225,31,102). Sum of RGB (Red+Green+Blue) = 225+31+102=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 31 (12.5% from 255 or 8.66% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11F66 is #1EE099. Grayscale: #616161. Windows color (decimal): -2023578 or 6692833. OLE color: 6692833.
HSL color Cylindrical-coordinate representation of color #E11F66: hue angle of 338.04º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E11F66 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 31 | 102 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.12 |
| HSL | 338.04º | 0.76% | 0.5% | - |
| HSV(B) | 338.04º | 0.86% | 0.88% | - |
| XYZ | 33.94 | 17.95 | 14.25 | - |
| YUV | 97.1 | 130.77 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 102 | 0 | 0.86 | 0.55 | 0.12 | 338.04 | 0.76 | 0.5 |
| Hex | E1 | 1F | 66 | 0 | 56 | 37 | C | 152 | 4C | 32 |
| Octal | 341 | 37 | 146 | 0 | 126 | 67 | 14 | 522 | 114 | 62 |
| Binary | 11100001 | 11111 | 1100110 | 0 | 1010110 | 110111 | 1100 | 101010010 | 1001100 | 110010 |
Color Harmonies of #E11F66
Complementary color
Monochromatic Colors of #E11F66
Black with #E11F66
Text Example
Text Example
White with #E11F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11F66; }
p { color: rgb(225,31,102); }
H1.HeaderClassName
{
color: #E11F66;
}
.AnyTagClassName
{
color: #E11F66;
}
</style>
background-color css
<style>
a { background-color: #E11F66; }
a { background-color: rgb(225,31,102); }
div.DivClassName
{
background-color: #E11F66;
}
.BgClassName
{
background-color: #E11F66;
}
</style>
border-color css
<style>
span { border-color: #E11F66; }
span { border-color: rgb(225,31,102); }
td.TdClassName
{
border-color: #E11F66;
}
.TagClassName
{
border-color: #E11F66;
}
</style>