Shades of Ruby #E11F64
Tints of Ruby #E11F64
RGB
CMYK
RGB Variations
Color information
#E11F64 (or 0xE11F64) is known color: Ruby. HEX triplet: E1, 1F and 64. RGB value is (225,31,100). Sum of RGB (Red+Green+Blue) = 225+31+100=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11F64 is #1EE09B. Grayscale: #606060. Windows color (decimal): -2023580 or 6561761. OLE color: 6561761.
HSL color Cylindrical-coordinate representation of color #E11F64: hue angle of 338.66º 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 #E11F64 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 31 | 100 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.12 |
| HSL | 338.66º | 0.76% | 0.5% | - |
| HSV(B) | 338.66º | 0.86% | 0.88% | - |
| XYZ | 33.84 | 17.91 | 13.73 | - |
| YUV | 96.87 | 129.77 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 100 | 0 | 0.86 | 0.56 | 0.12 | 338.66 | 0.76 | 0.5 |
| Hex | E1 | 1F | 64 | 0 | 56 | 38 | C | 153 | 4C | 32 |
| Octal | 341 | 37 | 144 | 0 | 126 | 70 | 14 | 523 | 114 | 62 |
| Binary | 11100001 | 11111 | 1100100 | 0 | 1010110 | 111000 | 1100 | 101010011 | 1001100 | 110010 |
Color Harmonies of #E11F64
Complementary color
Monochromatic Colors of #E11F64
Black with #E11F64
Text Example
Text Example
White with #E11F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11F64; }
p { color: rgb(225,31,100); }
H1.HeaderClassName
{
color: #E11F64;
}
.AnyTagClassName
{
color: #E11F64;
}
</style>
background-color css
<style>
a { background-color: #E11F64; }
a { background-color: rgb(225,31,100); }
div.DivClassName
{
background-color: #E11F64;
}
.BgClassName
{
background-color: #E11F64;
}
</style>
border-color css
<style>
span { border-color: #E11F64; }
span { border-color: rgb(225,31,100); }
td.TdClassName
{
border-color: #E11F64;
}
.TagClassName
{
border-color: #E11F64;
}
</style>