Shades of Ruby #E02067
Tints of Ruby #E02067
RGB
CMYK
RGB Variations
Color information
#E02067 (or 0xE02067) is known color: Ruby. HEX triplet: E0, 20 and 67. RGB value is (224,32,103). Sum of RGB (Red+Green+Blue) = 224+32+103=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 103 (40.62% from 255 or 28.69% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E02067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02067 is #1FDF98. Grayscale: #616161. Windows color (decimal): -2088857 or 6758624. OLE color: 6758624.
HSL color Cylindrical-coordinate representation of color #E02067: hue angle of 337.81º 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 #E02067 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 32 | 103 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.12 |
| HSL | 337.81º | 0.76% | 0.5% | - |
| HSV(B) | 337.81º | 0.86% | 0.88% | - |
| XYZ | 33.71 | 17.86 | 14.5 | - |
| YUV | 97.5 | 131.11 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 103 | 0 | 0.86 | 0.54 | 0.12 | 337.81 | 0.76 | 0.5 |
| Hex | E0 | 20 | 67 | 0 | 56 | 36 | C | 152 | 4C | 32 |
| Octal | 340 | 40 | 147 | 0 | 126 | 66 | 14 | 522 | 114 | 62 |
| Binary | 11100000 | 100000 | 1100111 | 0 | 1010110 | 110110 | 1100 | 101010010 | 1001100 | 110010 |
Color Harmonies of #E02067
Complementary color
Monochromatic Colors of #E02067
Black with #E02067
Text Example
Text Example
White with #E02067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02067; }
p { color: rgb(224,32,103); }
H1.HeaderClassName
{
color: #E02067;
}
.AnyTagClassName
{
color: #E02067;
}
</style>
background-color css
<style>
a { background-color: #E02067; }
a { background-color: rgb(224,32,103); }
div.DivClassName
{
background-color: #E02067;
}
.BgClassName
{
background-color: #E02067;
}
</style>
border-color css
<style>
span { border-color: #E02067; }
span { border-color: rgb(224,32,103); }
td.TdClassName
{
border-color: #E02067;
}
.TagClassName
{
border-color: #E02067;
}
</style>