Shades of Ruby #E62066
Tints of Ruby #E62066
RGB
CMYK
RGB Variations
Color information
#E62066 (or 0xE62066) is known color: Ruby. HEX triplet: E6, 20 and 66. RGB value is (230,32,102). Sum of RGB (Red+Green+Blue) = 230+32+102=364 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.19% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 230 - color contains mainly: red. Hex color #E62066 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62066 is #19DF99. Grayscale: #636363. Windows color (decimal): -1695642 or 6693094. OLE color: 6693094.
HSL color Cylindrical-coordinate representation of color #E62066: hue angle of 338.79º 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 #E62066 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 102 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.10 |
| HSL | 338.79º | 0.8% | 0.51% | - |
| HSV(B) | 338.79º | 0.86% | 0.9% | - |
| XYZ | 35.55 | 18.82 | 14.33 | - |
| YUV | 99.18 | 129.6 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 102 | 0 | 0.86 | 0.56 | 0.10 | 338.79 | 0.8 | 0.51 |
| Hex | E6 | 20 | 66 | 0 | 56 | 38 | A | 153 | 50 | 33 |
| Octal | 346 | 40 | 146 | 0 | 126 | 70 | 12 | 523 | 120 | 63 |
| Binary | 11100110 | 100000 | 1100110 | 0 | 1010110 | 111000 | 1010 | 101010011 | 1010000 | 110011 |
Color Harmonies of #E62066
Complementary color
Monochromatic Colors of #E62066
Black with #E62066
Text Example
Text Example
White with #E62066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62066; }
p { color: rgb(230,32,102); }
H1.HeaderClassName
{
color: #E62066;
}
.AnyTagClassName
{
color: #E62066;
}
</style>
background-color css
<style>
a { background-color: #E62066; }
a { background-color: rgb(230,32,102); }
div.DivClassName
{
background-color: #E62066;
}
.BgClassName
{
background-color: #E62066;
}
</style>
border-color css
<style>
span { border-color: #E62066; }
span { border-color: rgb(230,32,102); }
td.TdClassName
{
border-color: #E62066;
}
.TagClassName
{
border-color: #E62066;
}
</style>