Shades of Ruby #E62065
Tints of Ruby #E62065
RGB
CMYK
RGB Variations
Color information
#E62065 (or 0xE62065) is known color: Ruby. HEX triplet: E6, 20 and 65. RGB value is (230,32,101). Sum of RGB (Red+Green+Blue) = 230+32+101=363 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.36% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 230 - color contains mainly: red. Hex color #E62065 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62065 is #19DF9A. Grayscale: #626262. Windows color (decimal): -1695643 or 6627558. OLE color: 6627558.
HSL color Cylindrical-coordinate representation of color #E62065: hue angle of 339.09º 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 #E62065 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 101 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.10 |
| HSL | 339.09º | 0.8% | 0.51% | - |
| HSV(B) | 339.09º | 0.86% | 0.9% | - |
| XYZ | 35.5 | 18.8 | 14.07 | - |
| YUV | 99.07 | 129.1 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 101 | 0 | 0.86 | 0.56 | 0.10 | 339.09 | 0.8 | 0.51 |
| Hex | E6 | 20 | 65 | 0 | 56 | 38 | A | 153 | 50 | 33 |
| Octal | 346 | 40 | 145 | 0 | 126 | 70 | 12 | 523 | 120 | 63 |
| Binary | 11100110 | 100000 | 1100101 | 0 | 1010110 | 111000 | 1010 | 101010011 | 1010000 | 110011 |
Color Harmonies of #E62065
Complementary color
Monochromatic Colors of #E62065
Black with #E62065
Text Example
Text Example
White with #E62065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62065; }
p { color: rgb(230,32,101); }
H1.HeaderClassName
{
color: #E62065;
}
.AnyTagClassName
{
color: #E62065;
}
</style>
background-color css
<style>
a { background-color: #E62065; }
a { background-color: rgb(230,32,101); }
div.DivClassName
{
background-color: #E62065;
}
.BgClassName
{
background-color: #E62065;
}
</style>
border-color css
<style>
span { border-color: #E62065; }
span { border-color: rgb(230,32,101); }
td.TdClassName
{
border-color: #E62065;
}
.TagClassName
{
border-color: #E62065;
}
</style>