Shades of Ruby #E0027A
Tints of Ruby #E0027A
RGB
CMYK
RGB Variations
Color information
#E0027A (or 0xE0027A) is known color: Ruby. HEX triplet: E0, 02 and 7A. RGB value is (224,2,122). Sum of RGB (Red+Green+Blue) = 224+2+122=348 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.37% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 224 - color contains mainly: red. Hex color #E0027A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0027A is #1FFD85. Grayscale: #515151. Windows color (decimal): -2096518 or 7996128. OLE color: 7996128.
HSL color Cylindrical-coordinate representation of color #E0027A: hue angle of 327.57º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E0027A is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 122 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.12 |
| HSL | 327.57º | 0.98% | 0.44% | - |
| HSV(B) | 327.57º | 0.99% | 0.88% | - |
| XYZ | 34.28 | 17.3 | 19.94 | - |
| YUV | 82.06 | 150.55 | 229.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 122 | 0 | 0.99 | 0.46 | 0.12 | 327.57 | 0.98 | 0.44 |
| Hex | E0 | 2 | 7A | 0 | 63 | 2E | C | 148 | 62 | 2C |
| Octal | 340 | 2 | 172 | 0 | 143 | 56 | 14 | 510 | 142 | 54 |
| Binary | 11100000 | 10 | 1111010 | 0 | 1100011 | 101110 | 1100 | 101001000 | 1100010 | 101100 |
Color Harmonies of #E0027A
Complementary color
Monochromatic Colors of #E0027A
Black with #E0027A
Text Example
Text Example
White with #E0027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0027A; }
p { color: rgb(224,2,122); }
H1.HeaderClassName
{
color: #E0027A;
}
.AnyTagClassName
{
color: #E0027A;
}
</style>
background-color css
<style>
a { background-color: #E0027A; }
a { background-color: rgb(224,2,122); }
div.DivClassName
{
background-color: #E0027A;
}
.BgClassName
{
background-color: #E0027A;
}
</style>
border-color css
<style>
span { border-color: #E0027A; }
span { border-color: rgb(224,2,122); }
td.TdClassName
{
border-color: #E0027A;
}
.TagClassName
{
border-color: #E0027A;
}
</style>