Shades of Ruby #E80D6F
Tints of Ruby #E80D6F
RGB
CMYK
RGB Variations
Color information
#E80D6F (or 0xE80D6F) is known color: Ruby. HEX triplet: E8, 0D and 6F. RGB value is (232,13,111). Sum of RGB (Red+Green+Blue) = 232+13+111=356 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.17% from 356); Green value is 13 (5.47% from 255 or 3.65% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 232 - color contains mainly: red. Hex color #E80D6F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80D6F is #17F290. Grayscale: #595959. Windows color (decimal): -1569425 or 7278056. OLE color: 7278056.
HSL color Cylindrical-coordinate representation of color #E80D6F: hue angle of 333.15º degrees, saturation: 0.89, 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 #E80D6F is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 13 | 111 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.09 |
| HSL | 333.15º | 0.89% | 0.48% | - |
| HSV(B) | 333.15º | 0.94% | 0.91% | - |
| XYZ | 36.29 | 18.59 | 16.71 | - |
| YUV | 89.65 | 140.05 | 229.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 111 | 0 | 0.94 | 0.52 | 0.09 | 333.15 | 0.89 | 0.48 |
| Hex | E8 | D | 6F | 0 | 5E | 34 | 9 | 14D | 59 | 30 |
| Octal | 350 | 15 | 157 | 0 | 136 | 64 | 11 | 515 | 131 | 60 |
| Binary | 11101000 | 1101 | 1101111 | 0 | 1011110 | 110100 | 1001 | 101001101 | 1011001 | 110000 |
Color Harmonies of #E80D6F
Complementary color
Monochromatic Colors of #E80D6F
Black with #E80D6F
Text Example
Text Example
White with #E80D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80D6F; }
p { color: rgb(232,13,111); }
H1.HeaderClassName
{
color: #E80D6F;
}
.AnyTagClassName
{
color: #E80D6F;
}
</style>
background-color css
<style>
a { background-color: #E80D6F; }
a { background-color: rgb(232,13,111); }
div.DivClassName
{
background-color: #E80D6F;
}
.BgClassName
{
background-color: #E80D6F;
}
</style>
border-color css
<style>
span { border-color: #E80D6F; }
span { border-color: rgb(232,13,111); }
td.TdClassName
{
border-color: #E80D6F;
}
.TagClassName
{
border-color: #E80D6F;
}
</style>