Shades of Ruby #E11B6A
Tints of Ruby #E11B6A
RGB
CMYK
RGB Variations
Color information
#E11B6A (or 0xE11B6A) is known color: Ruby. HEX triplet: E1, 1B and 6A. RGB value is (225,27,106). Sum of RGB (Red+Green+Blue) = 225+27+106=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 27 (10.94% from 255 or 7.54% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E11B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11B6A is #1EE495. Grayscale: #5F5F5F. Windows color (decimal): -2024598 or 6953953. OLE color: 6953953.
HSL color Cylindrical-coordinate representation of color #E11B6A: hue angle of 336.06º 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 #E11B6A is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 27 | 106 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.12 |
| HSL | 336.06º | 0.79% | 0.49% | - |
| HSV(B) | 336.06º | 0.88% | 0.88% | - |
| XYZ | 34.04 | 17.83 | 15.28 | - |
| YUV | 95.21 | 134.1 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 27 | 106 | 0 | 0.88 | 0.53 | 0.12 | 336.06 | 0.79 | 0.49 |
| Hex | E1 | 1B | 6A | 0 | 58 | 35 | C | 150 | 4F | 31 |
| Octal | 341 | 33 | 152 | 0 | 130 | 65 | 14 | 520 | 117 | 61 |
| Binary | 11100001 | 11011 | 1101010 | 0 | 1011000 | 110101 | 1100 | 101010000 | 1001111 | 110001 |
Color Harmonies of #E11B6A
Complementary color
Monochromatic Colors of #E11B6A
Black with #E11B6A
Text Example
Text Example
White with #E11B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11B6A; }
p { color: rgb(225,27,106); }
H1.HeaderClassName
{
color: #E11B6A;
}
.AnyTagClassName
{
color: #E11B6A;
}
</style>
background-color css
<style>
a { background-color: #E11B6A; }
a { background-color: rgb(225,27,106); }
div.DivClassName
{
background-color: #E11B6A;
}
.BgClassName
{
background-color: #E11B6A;
}
</style>
border-color css
<style>
span { border-color: #E11B6A; }
span { border-color: rgb(225,27,106); }
td.TdClassName
{
border-color: #E11B6A;
}
.TagClassName
{
border-color: #E11B6A;
}
</style>