Shades of Ruby #E11A68
Tints of Ruby #E11A68
RGB
CMYK
RGB Variations
Color information
#E11A68 (or 0xE11A68) is known color: Ruby. HEX triplet: E1, 1A and 68. RGB value is (225,26,104). Sum of RGB (Red+Green+Blue) = 225+26+104=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 26 (10.55% from 255 or 7.32% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E11A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11A68 is #1EE597. Grayscale: #5E5E5E. Windows color (decimal): -2024856 or 6822625. OLE color: 6822625.
HSL color Cylindrical-coordinate representation of color #E11A68: hue angle of 336.48º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11A68 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 26 | 104 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.12 |
| HSL | 336.48º | 0.79% | 0.49% | - |
| HSV(B) | 336.48º | 0.88% | 0.88% | - |
| XYZ | 33.92 | 17.75 | 14.73 | - |
| YUV | 94.39 | 133.43 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 26 | 104 | 0 | 0.88 | 0.54 | 0.12 | 336.48 | 0.79 | 0.49 |
| Hex | E1 | 1A | 68 | 0 | 58 | 36 | C | 150 | 4F | 31 |
| Octal | 341 | 32 | 150 | 0 | 130 | 66 | 14 | 520 | 117 | 61 |
| Binary | 11100001 | 11010 | 1101000 | 0 | 1011000 | 110110 | 1100 | 101010000 | 1001111 | 110001 |
Color Harmonies of #E11A68
Complementary color
Monochromatic Colors of #E11A68
Black with #E11A68
Text Example
Text Example
White with #E11A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11A68; }
p { color: rgb(225,26,104); }
H1.HeaderClassName
{
color: #E11A68;
}
.AnyTagClassName
{
color: #E11A68;
}
</style>
background-color css
<style>
a { background-color: #E11A68; }
a { background-color: rgb(225,26,104); }
div.DivClassName
{
background-color: #E11A68;
}
.BgClassName
{
background-color: #E11A68;
}
</style>
border-color css
<style>
span { border-color: #E11A68; }
span { border-color: rgb(225,26,104); }
td.TdClassName
{
border-color: #E11A68;
}
.TagClassName
{
border-color: #E11A68;
}
</style>