Shades of Ruby #E70F68
Tints of Ruby #E70F68
RGB
CMYK
RGB Variations
Color information
#E70F68 (or 0xE70F68) is known color: Ruby. HEX triplet: E7, 0F and 68. RGB value is (231,15,104). Sum of RGB (Red+Green+Blue) = 231+15+104=350 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 231 - color contains mainly: red. Hex color #E70F68 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70F68 is #18F097. Grayscale: #595959. Windows color (decimal): -1634456 or 6819815. OLE color: 6819815.
HSL color Cylindrical-coordinate representation of color #E70F68: hue angle of 335.28º degrees, saturation: 0.88, 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 #E70F68 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 15 | 104 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.09 |
| HSL | 335.28º | 0.88% | 0.48% | - |
| HSV(B) | 335.28º | 0.94% | 0.91% | - |
| XYZ | 35.62 | 18.33 | 14.76 | - |
| YUV | 89.73 | 136.06 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 15 | 104 | 0 | 0.94 | 0.55 | 0.09 | 335.28 | 0.88 | 0.48 |
| Hex | E7 | F | 68 | 0 | 5E | 37 | 9 | 14F | 58 | 30 |
| Octal | 347 | 17 | 150 | 0 | 136 | 67 | 11 | 517 | 130 | 60 |
| Binary | 11100111 | 1111 | 1101000 | 0 | 1011110 | 110111 | 1001 | 101001111 | 1011000 | 110000 |
Color Harmonies of #E70F68
Complementary color
Monochromatic Colors of #E70F68
Black with #E70F68
Text Example
Text Example
White with #E70F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70F68; }
p { color: rgb(231,15,104); }
H1.HeaderClassName
{
color: #E70F68;
}
.AnyTagClassName
{
color: #E70F68;
}
</style>
background-color css
<style>
a { background-color: #E70F68; }
a { background-color: rgb(231,15,104); }
div.DivClassName
{
background-color: #E70F68;
}
.BgClassName
{
background-color: #E70F68;
}
</style>
border-color css
<style>
span { border-color: #E70F68; }
span { border-color: rgb(231,15,104); }
td.TdClassName
{
border-color: #E70F68;
}
.TagClassName
{
border-color: #E70F68;
}
</style>