Shades of Ruby #E6157B
Tints of Ruby #E6157B
RGB
CMYK
RGB Variations
Color information
#E6157B (or 0xE6157B) is known color: Ruby. HEX triplet: E6, 15 and 7B. RGB value is (230,21,123). Sum of RGB (Red+Green+Blue) = 230+21+123=374 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.50% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 230 - color contains mainly: red. Hex color #E6157B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6157B is #19EA84. Grayscale: #5E5E5E. Windows color (decimal): -1698437 or 8066534. OLE color: 8066534.
HSL color Cylindrical-coordinate representation of color #E6157B: hue angle of 330.72º 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 #E6157B is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 123 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.10 |
| HSL | 330.72º | 0.83% | 0.49% | - |
| HSV(B) | 330.72º | 0.91% | 0.9% | - |
| XYZ | 36.48 | 18.79 | 20.44 | - |
| YUV | 95.12 | 143.74 | 224.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 123 | 0 | 0.91 | 0.47 | 0.10 | 330.72 | 0.83 | 0.49 |
| Hex | E6 | 15 | 7B | 0 | 5B | 2F | A | 14B | 53 | 31 |
| Octal | 346 | 25 | 173 | 0 | 133 | 57 | 12 | 513 | 123 | 61 |
| Binary | 11100110 | 10101 | 1111011 | 0 | 1011011 | 101111 | 1010 | 101001011 | 1010011 | 110001 |
Color Harmonies of #E6157B
Complementary color
Monochromatic Colors of #E6157B
Black with #E6157B
Text Example
Text Example
White with #E6157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6157B; }
p { color: rgb(230,21,123); }
H1.HeaderClassName
{
color: #E6157B;
}
.AnyTagClassName
{
color: #E6157B;
}
</style>
background-color css
<style>
a { background-color: #E6157B; }
a { background-color: rgb(230,21,123); }
div.DivClassName
{
background-color: #E6157B;
}
.BgClassName
{
background-color: #E6157B;
}
</style>
border-color css
<style>
span { border-color: #E6157B; }
span { border-color: rgb(230,21,123); }
td.TdClassName
{
border-color: #E6157B;
}
.TagClassName
{
border-color: #E6157B;
}
</style>