Shades of Ruby #E11F6B
Tints of Ruby #E11F6B
RGB
CMYK
RGB Variations
Color information
#E11F6B (or 0xE11F6B) is known color: Ruby. HEX triplet: E1, 1F and 6B. RGB value is (225,31,107). Sum of RGB (Red+Green+Blue) = 225+31+107=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11F6B is #1EE094. Grayscale: #616161. Windows color (decimal): -2023573 or 7020513. OLE color: 7020513.
HSL color Cylindrical-coordinate representation of color #E11F6B: hue angle of 336.49º 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 #E11F6B is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 31 | 107 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.12 |
| HSL | 336.49º | 0.76% | 0.5% | - |
| HSV(B) | 336.49º | 0.86% | 0.88% | - |
| XYZ | 34.2 | 18.05 | 15.59 | - |
| YUV | 97.67 | 133.27 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 107 | 0 | 0.86 | 0.52 | 0.12 | 336.49 | 0.76 | 0.5 |
| Hex | E1 | 1F | 6B | 0 | 56 | 34 | C | 150 | 4C | 32 |
| Octal | 341 | 37 | 153 | 0 | 126 | 64 | 14 | 520 | 114 | 62 |
| Binary | 11100001 | 11111 | 1101011 | 0 | 1010110 | 110100 | 1100 | 101010000 | 1001100 | 110010 |
Color Harmonies of #E11F6B
Complementary color
Monochromatic Colors of #E11F6B
Black with #E11F6B
Text Example
Text Example
White with #E11F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11F6B; }
p { color: rgb(225,31,107); }
H1.HeaderClassName
{
color: #E11F6B;
}
.AnyTagClassName
{
color: #E11F6B;
}
</style>
background-color css
<style>
a { background-color: #E11F6B; }
a { background-color: rgb(225,31,107); }
div.DivClassName
{
background-color: #E11F6B;
}
.BgClassName
{
background-color: #E11F6B;
}
</style>
border-color css
<style>
span { border-color: #E11F6B; }
span { border-color: rgb(225,31,107); }
td.TdClassName
{
border-color: #E11F6B;
}
.TagClassName
{
border-color: #E11F6B;
}
</style>