Shades of Ruby #E6157A
Tints of Ruby #E6157A
RGB
CMYK
RGB Variations
Color information
#E6157A (or 0xE6157A) is known color: Ruby. HEX triplet: E6, 15 and 7A. RGB value is (230,21,122). Sum of RGB (Red+Green+Blue) = 230+21+122=373 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.66% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 230 - color contains mainly: red. Hex color #E6157A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6157A is #19EA85. Grayscale: #5E5E5E. Windows color (decimal): -1698438 or 8000998. OLE color: 8000998.
HSL color Cylindrical-coordinate representation of color #E6157A: hue angle of 331º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E6157A is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 122 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.10 |
| HSL | 331º | 0.83% | 0.49% | - |
| HSV(B) | 331º | 0.91% | 0.9% | - |
| XYZ | 36.41 | 18.76 | 20.12 | - |
| YUV | 95.01 | 143.24 | 224.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 122 | 0 | 0.91 | 0.47 | 0.10 | 331 | 0.83 | 0.49 |
| Hex | E6 | 15 | 7A | 0 | 5B | 2F | A | 14B | 53 | 31 |
| Octal | 346 | 25 | 172 | 0 | 133 | 57 | 12 | 513 | 123 | 61 |
| Binary | 11100110 | 10101 | 1111010 | 0 | 1011011 | 101111 | 1010 | 101001011 | 1010011 | 110001 |
Color Harmonies of #E6157A
Complementary color
Monochromatic Colors of #E6157A
Black with #E6157A
Text Example
Text Example
White with #E6157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6157A; }
p { color: rgb(230,21,122); }
H1.HeaderClassName
{
color: #E6157A;
}
.AnyTagClassName
{
color: #E6157A;
}
</style>
background-color css
<style>
a { background-color: #E6157A; }
a { background-color: rgb(230,21,122); }
div.DivClassName
{
background-color: #E6157A;
}
.BgClassName
{
background-color: #E6157A;
}
</style>
border-color css
<style>
span { border-color: #E6157A; }
span { border-color: rgb(230,21,122); }
td.TdClassName
{
border-color: #E6157A;
}
.TagClassName
{
border-color: #E6157A;
}
</style>