Shades of Ruby #E62166
Tints of Ruby #E62166
RGB
CMYK
RGB Variations
Color information
#E62166 (or 0xE62166) is known color: Ruby. HEX triplet: E6, 21 and 66. RGB value is (230,33,102). Sum of RGB (Red+Green+Blue) = 230+33+102=365 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.01% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 230 - color contains mainly: red. Hex color #E62166 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62166 is #19DE99. Grayscale: #636363. Windows color (decimal): -1695386 or 6693350. OLE color: 6693350.
HSL color Cylindrical-coordinate representation of color #E62166: hue angle of 338.98º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E62166 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 33 | 102 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.10 |
| HSL | 338.98º | 0.8% | 0.52% | - |
| HSV(B) | 338.98º | 0.86% | 0.9% | - |
| XYZ | 35.58 | 18.87 | 14.34 | - |
| YUV | 99.77 | 129.27 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 33 | 102 | 0 | 0.86 | 0.56 | 0.10 | 338.98 | 0.8 | 0.52 |
| Hex | E6 | 21 | 66 | 0 | 56 | 38 | A | 153 | 50 | 34 |
| Octal | 346 | 41 | 146 | 0 | 126 | 70 | 12 | 523 | 120 | 64 |
| Binary | 11100110 | 100001 | 1100110 | 0 | 1010110 | 111000 | 1010 | 101010011 | 1010000 | 110100 |
Color Harmonies of #E62166
Complementary color
Monochromatic Colors of #E62166
Black with #E62166
Text Example
Text Example
White with #E62166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62166; }
p { color: rgb(230,33,102); }
H1.HeaderClassName
{
color: #E62166;
}
.AnyTagClassName
{
color: #E62166;
}
</style>
background-color css
<style>
a { background-color: #E62166; }
a { background-color: rgb(230,33,102); }
div.DivClassName
{
background-color: #E62166;
}
.BgClassName
{
background-color: #E62166;
}
</style>
border-color css
<style>
span { border-color: #E62166; }
span { border-color: rgb(230,33,102); }
td.TdClassName
{
border-color: #E62166;
}
.TagClassName
{
border-color: #E62166;
}
</style>