Shades of Ruby #E70975
Tints of Ruby #E70975
RGB
CMYK
RGB Variations
Color information
#E70975 (or 0xE70975) is known color: Ruby. HEX triplet: E7, 09 and 75. RGB value is (231,9,117). Sum of RGB (Red+Green+Blue) = 231+9+117=357 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.71% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 231 - color contains mainly: red. Hex color #E70975 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70975 is #18F68A. Grayscale: #575757. Windows color (decimal): -1635979 or 7670247. OLE color: 7670247.
HSL color Cylindrical-coordinate representation of color #E70975: hue angle of 330.81º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70975 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 9 | 117 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.09 |
| HSL | 330.81º | 0.93% | 0.47% | - |
| HSV(B) | 330.81º | 0.96% | 0.91% | - |
| XYZ | 36.26 | 18.47 | 18.48 | - |
| YUV | 87.69 | 144.55 | 230.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 9 | 117 | 0 | 0.96 | 0.49 | 0.09 | 330.81 | 0.93 | 0.47 |
| Hex | E7 | 9 | 75 | 0 | 60 | 31 | 9 | 14B | 5C | 2F |
| Octal | 347 | 11 | 165 | 0 | 140 | 61 | 11 | 513 | 134 | 57 |
| Binary | 11100111 | 1001 | 1110101 | 0 | 1100000 | 110001 | 1001 | 101001011 | 1011100 | 101111 |
Color Harmonies of #E70975
Complementary color
Monochromatic Colors of #E70975
Black with #E70975
Text Example
Text Example
White with #E70975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70975; }
p { color: rgb(231,9,117); }
H1.HeaderClassName
{
color: #E70975;
}
.AnyTagClassName
{
color: #E70975;
}
</style>
background-color css
<style>
a { background-color: #E70975; }
a { background-color: rgb(231,9,117); }
div.DivClassName
{
background-color: #E70975;
}
.BgClassName
{
background-color: #E70975;
}
</style>
border-color css
<style>
span { border-color: #E70975; }
span { border-color: rgb(231,9,117); }
td.TdClassName
{
border-color: #E70975;
}
.TagClassName
{
border-color: #E70975;
}
</style>