Shades of Ruby #E7077D
Tints of Ruby #E7077D
RGB
CMYK
RGB Variations
Color information
#E7077D (or 0xE7077D) is known color: Ruby. HEX triplet: E7, 07 and 7D. RGB value is (231,7,125). Sum of RGB (Red+Green+Blue) = 231+7+125=363 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.64% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 231 - color contains mainly: red. Hex color #E7077D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7077D is #18F882. Grayscale: #575757. Windows color (decimal): -1636483 or 8194023. OLE color: 8194023.
HSL color Cylindrical-coordinate representation of color #E7077D: hue angle of 328.39º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E7077D is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 7 | 125 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.09 |
| HSL | 328.39º | 0.94% | 0.47% | - |
| HSV(B) | 328.39º | 0.97% | 0.91% | - |
| XYZ | 36.73 | 18.62 | 21.06 | - |
| YUV | 87.43 | 149.21 | 230.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 7 | 125 | 0 | 0.97 | 0.46 | 0.09 | 328.39 | 0.94 | 0.47 |
| Hex | E7 | 7 | 7D | 0 | 61 | 2E | 9 | 148 | 5E | 2F |
| Octal | 347 | 7 | 175 | 0 | 141 | 56 | 11 | 510 | 136 | 57 |
| Binary | 11100111 | 111 | 1111101 | 0 | 1100001 | 101110 | 1001 | 101001000 | 1011110 | 101111 |
Color Harmonies of #E7077D
Complementary color
Monochromatic Colors of #E7077D
Black with #E7077D
Text Example
Text Example
White with #E7077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7077D; }
p { color: rgb(231,7,125); }
H1.HeaderClassName
{
color: #E7077D;
}
.AnyTagClassName
{
color: #E7077D;
}
</style>
background-color css
<style>
a { background-color: #E7077D; }
a { background-color: rgb(231,7,125); }
div.DivClassName
{
background-color: #E7077D;
}
.BgClassName
{
background-color: #E7077D;
}
</style>
border-color css
<style>
span { border-color: #E7077D; }
span { border-color: rgb(231,7,125); }
td.TdClassName
{
border-color: #E7077D;
}
.TagClassName
{
border-color: #E7077D;
}
</style>