Shades of Ruby #E62071
Tints of Ruby #E62071
RGB
CMYK
RGB Variations
Color information
#E62071 (or 0xE62071) is known color: Ruby. HEX triplet: E6, 20 and 71. RGB value is (230,32,113). Sum of RGB (Red+Green+Blue) = 230+32+113=375 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.33% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 230 - color contains mainly: red. Hex color #E62071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62071 is #19DF8E. Grayscale: #646464. Windows color (decimal): -1695631 or 7413990. OLE color: 7413990.
HSL color Cylindrical-coordinate representation of color #E62071: hue angle of 335.45º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E62071 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 113 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.10 |
| HSL | 335.45º | 0.8% | 0.51% | - |
| HSV(B) | 335.45º | 0.86% | 0.9% | - |
| XYZ | 36.13 | 19.05 | 17.4 | - |
| YUV | 100.44 | 135.1 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 113 | 0 | 0.86 | 0.51 | 0.10 | 335.45 | 0.8 | 0.51 |
| Hex | E6 | 20 | 71 | 0 | 56 | 33 | A | 14F | 50 | 33 |
| Octal | 346 | 40 | 161 | 0 | 126 | 63 | 12 | 517 | 120 | 63 |
| Binary | 11100110 | 100000 | 1110001 | 0 | 1010110 | 110011 | 1010 | 101001111 | 1010000 | 110011 |
Color Harmonies of #E62071
Complementary color
Monochromatic Colors of #E62071
Black with #E62071
Text Example
Text Example
White with #E62071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62071; }
p { color: rgb(230,32,113); }
H1.HeaderClassName
{
color: #E62071;
}
.AnyTagClassName
{
color: #E62071;
}
</style>
background-color css
<style>
a { background-color: #E62071; }
a { background-color: rgb(230,32,113); }
div.DivClassName
{
background-color: #E62071;
}
.BgClassName
{
background-color: #E62071;
}
</style>
border-color css
<style>
span { border-color: #E62071; }
span { border-color: rgb(230,32,113); }
td.TdClassName
{
border-color: #E62071;
}
.TagClassName
{
border-color: #E62071;
}
</style>