Shades of Ruby #E8057A
Tints of Ruby #E8057A
RGB
CMYK
RGB Variations
Color information
#E8057A (or 0xE8057A) is known color: Ruby. HEX triplet: E8, 05 and 7A. RGB value is (232,5,122). Sum of RGB (Red+Green+Blue) = 232+5+122=359 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.62% from 359); Green value is 5 (2.34% from 255 or 1.39% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 232 - color contains mainly: red. Hex color #E8057A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8057A is #17FA85. Grayscale: #555555. Windows color (decimal): -1571462 or 7996904. OLE color: 7996904.
HSL color Cylindrical-coordinate representation of color #E8057A: hue angle of 329.07º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E8057A is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 122 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.09 |
| HSL | 329.07º | 0.96% | 0.46% | - |
| HSV(B) | 329.07º | 0.98% | 0.91% | - |
| XYZ | 36.85 | 18.67 | 20.07 | - |
| YUV | 86.21 | 148.21 | 231.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 122 | 0 | 0.98 | 0.47 | 0.09 | 329.07 | 0.96 | 0.46 |
| Hex | E8 | 5 | 7A | 0 | 62 | 2F | 9 | 149 | 60 | 2E |
| Octal | 350 | 5 | 172 | 0 | 142 | 57 | 11 | 511 | 140 | 56 |
| Binary | 11101000 | 101 | 1111010 | 0 | 1100010 | 101111 | 1001 | 101001001 | 1100000 | 101110 |
Color Harmonies of #E8057A
Complementary color
Monochromatic Colors of #E8057A
Black with #E8057A
Text Example
Text Example
White with #E8057A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8057A; }
p { color: rgb(232,5,122); }
H1.HeaderClassName
{
color: #E8057A;
}
.AnyTagClassName
{
color: #E8057A;
}
</style>
background-color css
<style>
a { background-color: #E8057A; }
a { background-color: rgb(232,5,122); }
div.DivClassName
{
background-color: #E8057A;
}
.BgClassName
{
background-color: #E8057A;
}
</style>
border-color css
<style>
span { border-color: #E8057A; }
span { border-color: rgb(232,5,122); }
td.TdClassName
{
border-color: #E8057A;
}
.TagClassName
{
border-color: #E8057A;
}
</style>