Shades of Ruby #E62062
Tints of Ruby #E62062
RGB
CMYK
RGB Variations
Color information
#E62062 (or 0xE62062) is known color: Ruby. HEX triplet: E6, 20 and 62. RGB value is (230,32,98). Sum of RGB (Red+Green+Blue) = 230+32+98=360 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.89% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 230 - color contains mainly: red. Hex color #E62062 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62062 is #19DF9D. Grayscale: #626262. Windows color (decimal): -1695646 or 6430950. OLE color: 6430950.
HSL color Cylindrical-coordinate representation of color #E62062: hue angle of 340º 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 #E62062 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 98 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.10 |
| HSL | 340º | 0.8% | 0.51% | - |
| HSV(B) | 340º | 0.86% | 0.9% | - |
| XYZ | 35.35 | 18.74 | 13.31 | - |
| YUV | 98.73 | 127.6 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 98 | 0 | 0.86 | 0.57 | 0.10 | 340 | 0.8 | 0.51 |
| Hex | E6 | 20 | 62 | 0 | 56 | 39 | A | 154 | 50 | 33 |
| Octal | 346 | 40 | 142 | 0 | 126 | 71 | 12 | 524 | 120 | 63 |
| Binary | 11100110 | 100000 | 1100010 | 0 | 1010110 | 111001 | 1010 | 101010100 | 1010000 | 110011 |
Color Harmonies of #E62062
Complementary color
Monochromatic Colors of #E62062
Black with #E62062
Text Example
Text Example
White with #E62062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62062; }
p { color: rgb(230,32,98); }
H1.HeaderClassName
{
color: #E62062;
}
.AnyTagClassName
{
color: #E62062;
}
</style>
background-color css
<style>
a { background-color: #E62062; }
a { background-color: rgb(230,32,98); }
div.DivClassName
{
background-color: #E62062;
}
.BgClassName
{
background-color: #E62062;
}
</style>
border-color css
<style>
span { border-color: #E62062; }
span { border-color: rgb(230,32,98); }
td.TdClassName
{
border-color: #E62062;
}
.TagClassName
{
border-color: #E62062;
}
</style>