Shades of Ruby #E3156A
Tints of Ruby #E3156A
RGB
CMYK
RGB Variations
Color information
#E3156A (or 0xE3156A) is known color: Ruby. HEX triplet: E3, 15 and 6A. RGB value is (227,21,106). Sum of RGB (Red+Green+Blue) = 227+21+106=354 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.12% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 227 - color contains mainly: red. Hex color #E3156A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3156A is #1CEA95. Grayscale: #5C5C5C. Windows color (decimal): -1895062 or 6952419. OLE color: 6952419.
HSL color Cylindrical-coordinate representation of color #E3156A: hue angle of 335.24º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E3156A is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 21 | 106 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.11 |
| HSL | 335.24º | 0.83% | 0.49% | - |
| HSV(B) | 335.24º | 0.91% | 0.89% | - |
| XYZ | 34.55 | 17.91 | 15.27 | - |
| YUV | 92.28 | 135.75 | 224.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 21 | 106 | 0 | 0.91 | 0.53 | 0.11 | 335.24 | 0.83 | 0.49 |
| Hex | E3 | 15 | 6A | 0 | 5B | 35 | B | 14F | 53 | 31 |
| Octal | 343 | 25 | 152 | 0 | 133 | 65 | 13 | 517 | 123 | 61 |
| Binary | 11100011 | 10101 | 1101010 | 0 | 1011011 | 110101 | 1011 | 101001111 | 1010011 | 110001 |
Color Harmonies of #E3156A
Complementary color
Monochromatic Colors of #E3156A
Black with #E3156A
Text Example
Text Example
White with #E3156A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3156A; }
p { color: rgb(227,21,106); }
H1.HeaderClassName
{
color: #E3156A;
}
.AnyTagClassName
{
color: #E3156A;
}
</style>
background-color css
<style>
a { background-color: #E3156A; }
a { background-color: rgb(227,21,106); }
div.DivClassName
{
background-color: #E3156A;
}
.BgClassName
{
background-color: #E3156A;
}
</style>
border-color css
<style>
span { border-color: #E3156A; }
span { border-color: rgb(227,21,106); }
td.TdClassName
{
border-color: #E3156A;
}
.TagClassName
{
border-color: #E3156A;
}
</style>