Shades of Ruby #E61075
Tints of Ruby #E61075
RGB
CMYK
RGB Variations
Color information
#E61075 (or 0xE61075) is known color: Ruby. HEX triplet: E6, 10 and 75. RGB value is (230,16,117). Sum of RGB (Red+Green+Blue) = 230+16+117=363 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.36% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 230 - color contains mainly: red. Hex color #E61075 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61075 is #19EF8A. Grayscale: #5B5B5B. Windows color (decimal): -1699723 or 7672038. OLE color: 7672038.
HSL color Cylindrical-coordinate representation of color #E61075: hue angle of 331.68º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E61075 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 16 | 117 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.10 |
| HSL | 331.68º | 0.87% | 0.48% | - |
| HSV(B) | 331.68º | 0.93% | 0.9% | - |
| XYZ | 36.03 | 18.48 | 18.5 | - |
| YUV | 91.5 | 142.4 | 226.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 16 | 117 | 0 | 0.93 | 0.49 | 0.10 | 331.68 | 0.87 | 0.48 |
| Hex | E6 | 10 | 75 | 0 | 5D | 31 | A | 14C | 57 | 30 |
| Octal | 346 | 20 | 165 | 0 | 135 | 61 | 12 | 514 | 127 | 60 |
| Binary | 11100110 | 10000 | 1110101 | 0 | 1011101 | 110001 | 1010 | 101001100 | 1010111 | 110000 |
Color Harmonies of #E61075
Complementary color
Monochromatic Colors of #E61075
Black with #E61075
Text Example
Text Example
White with #E61075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61075; }
p { color: rgb(230,16,117); }
H1.HeaderClassName
{
color: #E61075;
}
.AnyTagClassName
{
color: #E61075;
}
</style>
background-color css
<style>
a { background-color: #E61075; }
a { background-color: rgb(230,16,117); }
div.DivClassName
{
background-color: #E61075;
}
.BgClassName
{
background-color: #E61075;
}
</style>
border-color css
<style>
span { border-color: #E61075; }
span { border-color: rgb(230,16,117); }
td.TdClassName
{
border-color: #E61075;
}
.TagClassName
{
border-color: #E61075;
}
</style>