Shades of Ruby #E70B7B
Tints of Ruby #E70B7B
RGB
CMYK
RGB Variations
Color information
#E70B7B (or 0xE70B7B) is known color: Ruby. HEX triplet: E7, 0B and 7B. RGB value is (231,11,123). Sum of RGB (Red+Green+Blue) = 231+11+123=365 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.29% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 231 - color contains mainly: red. Hex color #E70B7B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70B7B is #18F484. Grayscale: #595959. Windows color (decimal): -1635461 or 8063975. OLE color: 8063975.
HSL color Cylindrical-coordinate representation of color #E70B7B: hue angle of 329.45º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70B7B is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 11 | 123 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.09 |
| HSL | 329.45º | 0.91% | 0.47% | - |
| HSV(B) | 329.45º | 0.95% | 0.91% | - |
| XYZ | 36.65 | 18.66 | 20.41 | - |
| YUV | 89.55 | 146.89 | 228.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 11 | 123 | 0 | 0.95 | 0.47 | 0.09 | 329.45 | 0.91 | 0.47 |
| Hex | E7 | B | 7B | 0 | 5F | 2F | 9 | 149 | 5B | 2F |
| Octal | 347 | 13 | 173 | 0 | 137 | 57 | 11 | 511 | 133 | 57 |
| Binary | 11100111 | 1011 | 1111011 | 0 | 1011111 | 101111 | 1001 | 101001001 | 1011011 | 101111 |
Color Harmonies of #E70B7B
Complementary color
Monochromatic Colors of #E70B7B
Black with #E70B7B
Text Example
Text Example
White with #E70B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70B7B; }
p { color: rgb(231,11,123); }
H1.HeaderClassName
{
color: #E70B7B;
}
.AnyTagClassName
{
color: #E70B7B;
}
</style>
background-color css
<style>
a { background-color: #E70B7B; }
a { background-color: rgb(231,11,123); }
div.DivClassName
{
background-color: #E70B7B;
}
.BgClassName
{
background-color: #E70B7B;
}
</style>
border-color css
<style>
span { border-color: #E70B7B; }
span { border-color: rgb(231,11,123); }
td.TdClassName
{
border-color: #E70B7B;
}
.TagClassName
{
border-color: #E70B7B;
}
</style>