Shades of Ruby #E6087A
Tints of Ruby #E6087A
RGB
CMYK
RGB Variations
Color information
#E6087A (or 0xE6087A) is known color: Ruby. HEX triplet: E6, 08 and 7A. RGB value is (230,8,122). Sum of RGB (Red+Green+Blue) = 230+8+122=360 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.89% from 360); Green value is 8 (3.52% from 255 or 2.22% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 230 - color contains mainly: red. Hex color #E6087A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6087A is #19F785. Grayscale: #575757. Windows color (decimal): -1701766 or 7997670. OLE color: 7997670.
HSL color Cylindrical-coordinate representation of color #E6087A: hue angle of 329.19º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6087A is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 8 | 122 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.10 |
| HSL | 329.19º | 0.93% | 0.47% | - |
| HSV(B) | 329.19º | 0.97% | 0.9% | - |
| XYZ | 36.23 | 18.4 | 20.05 | - |
| YUV | 87.37 | 147.55 | 229.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 8 | 122 | 0 | 0.97 | 0.47 | 0.10 | 329.19 | 0.93 | 0.47 |
| Hex | E6 | 8 | 7A | 0 | 61 | 2F | A | 149 | 5D | 2F |
| Octal | 346 | 10 | 172 | 0 | 141 | 57 | 12 | 511 | 135 | 57 |
| Binary | 11100110 | 1000 | 1111010 | 0 | 1100001 | 101111 | 1010 | 101001001 | 1011101 | 101111 |
Color Harmonies of #E6087A
Complementary color
Monochromatic Colors of #E6087A
Black with #E6087A
Text Example
Text Example
White with #E6087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6087A; }
p { color: rgb(230,8,122); }
H1.HeaderClassName
{
color: #E6087A;
}
.AnyTagClassName
{
color: #E6087A;
}
</style>
background-color css
<style>
a { background-color: #E6087A; }
a { background-color: rgb(230,8,122); }
div.DivClassName
{
background-color: #E6087A;
}
.BgClassName
{
background-color: #E6087A;
}
</style>
border-color css
<style>
span { border-color: #E6087A; }
span { border-color: rgb(230,8,122); }
td.TdClassName
{
border-color: #E6087A;
}
.TagClassName
{
border-color: #E6087A;
}
</style>