Shades of Ruby #E70E75
Tints of Ruby #E70E75
RGB
CMYK
RGB Variations
Color information
#E70E75 (or 0xE70E75) is known color: Ruby. HEX triplet: E7, 0E and 75. RGB value is (231,14,117). Sum of RGB (Red+Green+Blue) = 231+14+117=362 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.81% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 231 - color contains mainly: red. Hex color #E70E75 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70E75 is #18F18A. Grayscale: #5A5A5A. Windows color (decimal): -1634699 or 7671527. OLE color: 7671527.
HSL color Cylindrical-coordinate representation of color #E70E75: hue angle of 331.52º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70E75 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 14 | 117 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.09 |
| HSL | 331.52º | 0.89% | 0.48% | - |
| HSV(B) | 331.52º | 0.94% | 0.91% | - |
| XYZ | 36.32 | 18.59 | 18.5 | - |
| YUV | 90.63 | 142.89 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 14 | 117 | 0 | 0.94 | 0.49 | 0.09 | 331.52 | 0.89 | 0.48 |
| Hex | E7 | E | 75 | 0 | 5E | 31 | 9 | 14C | 59 | 30 |
| Octal | 347 | 16 | 165 | 0 | 136 | 61 | 11 | 514 | 131 | 60 |
| Binary | 11100111 | 1110 | 1110101 | 0 | 1011110 | 110001 | 1001 | 101001100 | 1011001 | 110000 |
Color Harmonies of #E70E75
Complementary color
Monochromatic Colors of #E70E75
Black with #E70E75
Text Example
Text Example
White with #E70E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70E75; }
p { color: rgb(231,14,117); }
H1.HeaderClassName
{
color: #E70E75;
}
.AnyTagClassName
{
color: #E70E75;
}
</style>
background-color css
<style>
a { background-color: #E70E75; }
a { background-color: rgb(231,14,117); }
div.DivClassName
{
background-color: #E70E75;
}
.BgClassName
{
background-color: #E70E75;
}
</style>
border-color css
<style>
span { border-color: #E70E75; }
span { border-color: rgb(231,14,117); }
td.TdClassName
{
border-color: #E70E75;
}
.TagClassName
{
border-color: #E70E75;
}
</style>