Shades of Ruby #E02066
Tints of Ruby #E02066
RGB
CMYK
RGB Variations
Color information
#E02066 (or 0xE02066) is known color: Ruby. HEX triplet: E0, 20 and 66. RGB value is (224,32,102). Sum of RGB (Red+Green+Blue) = 224+32+102=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E02066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02066 is #1FDF99. Grayscale: #616161. Windows color (decimal): -2088858 or 6693088. OLE color: 6693088.
HSL color Cylindrical-coordinate representation of color #E02066: hue angle of 338.12º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E02066 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 32 | 102 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.12 |
| HSL | 338.13º | 0.76% | 0.5% | - |
| HSV(B) | 338.13º | 0.86% | 0.88% | - |
| XYZ | 33.66 | 17.84 | 14.24 | - |
| YUV | 97.39 | 130.61 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 102 | 0 | 0.86 | 0.54 | 0.12 | 338.13 | 0.76 | 0.5 |
| Hex | E0 | 20 | 66 | 0 | 56 | 36 | C | 152 | 4C | 32 |
| Octal | 340 | 40 | 146 | 0 | 126 | 66 | 14 | 522 | 114 | 62 |
| Binary | 11100000 | 100000 | 1100110 | 0 | 1010110 | 110110 | 1100 | 101010010 | 1001100 | 110010 |
Color Harmonies of #E02066
Complementary color
Monochromatic Colors of #E02066
Black with #E02066
Text Example
Text Example
White with #E02066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02066; }
p { color: rgb(224,32,102); }
H1.HeaderClassName
{
color: #E02066;
}
.AnyTagClassName
{
color: #E02066;
}
</style>
background-color css
<style>
a { background-color: #E02066; }
a { background-color: rgb(224,32,102); }
div.DivClassName
{
background-color: #E02066;
}
.BgClassName
{
background-color: #E02066;
}
</style>
border-color css
<style>
span { border-color: #E02066; }
span { border-color: rgb(224,32,102); }
td.TdClassName
{
border-color: #E02066;
}
.TagClassName
{
border-color: #E02066;
}
</style>