Shades of Ruby #E70F7B
Tints of Ruby #E70F7B
RGB
CMYK
RGB Variations
Color information
#E70F7B (or 0xE70F7B) is known color: Ruby. HEX triplet: E7, 0F and 7B. RGB value is (231,15,123). Sum of RGB (Red+Green+Blue) = 231+15+123=369 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.60% from 369); Green value is 15 (6.25% from 255 or 4.07% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 231 - color contains mainly: red. Hex color #E70F7B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70F7B is #18F084. Grayscale: #5B5B5B. Windows color (decimal): -1634437 or 8064999. OLE color: 8064999.
HSL color Cylindrical-coordinate representation of color #E70F7B: hue angle of 330º 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 #E70F7B is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 15 | 123 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.09 |
| HSL | 330º | 0.88% | 0.48% | - |
| HSV(B) | 330º | 0.94% | 0.91% | - |
| XYZ | 36.7 | 18.76 | 20.43 | - |
| YUV | 91.9 | 145.56 | 227.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 15 | 123 | 0 | 0.94 | 0.47 | 0.09 | 330 | 0.88 | 0.48 |
| Hex | E7 | F | 7B | 0 | 5E | 2F | 9 | 14A | 58 | 30 |
| Octal | 347 | 17 | 173 | 0 | 136 | 57 | 11 | 512 | 130 | 60 |
| Binary | 11100111 | 1111 | 1111011 | 0 | 1011110 | 101111 | 1001 | 101001010 | 1011000 | 110000 |
Color Harmonies of #E70F7B
Complementary color
Monochromatic Colors of #E70F7B
Black with #E70F7B
Text Example
Text Example
White with #E70F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70F7B; }
p { color: rgb(231,15,123); }
H1.HeaderClassName
{
color: #E70F7B;
}
.AnyTagClassName
{
color: #E70F7B;
}
</style>
background-color css
<style>
a { background-color: #E70F7B; }
a { background-color: rgb(231,15,123); }
div.DivClassName
{
background-color: #E70F7B;
}
.BgClassName
{
background-color: #E70F7B;
}
</style>
border-color css
<style>
span { border-color: #E70F7B; }
span { border-color: rgb(231,15,123); }
td.TdClassName
{
border-color: #E70F7B;
}
.TagClassName
{
border-color: #E70F7B;
}
</style>