Shades of Ruby #E1027A
Tints of Ruby #E1027A
RGB
CMYK
RGB Variations
Color information
#E1027A (or 0xE1027A) is known color: Ruby. HEX triplet: E1, 02 and 7A. RGB value is (225,2,122). Sum of RGB (Red+Green+Blue) = 225+2+122=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E1027A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1027A is #1EFD85. Grayscale: #525252. Windows color (decimal): -2030982 or 7996129. OLE color: 7996129.
HSL color Cylindrical-coordinate representation of color #E1027A: hue angle of 327.71º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E1027A is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 122 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.12 |
| HSL | 327.71º | 0.98% | 0.45% | - |
| HSV(B) | 327.71º | 0.99% | 0.88% | - |
| XYZ | 34.59 | 17.46 | 19.96 | - |
| YUV | 82.36 | 150.38 | 229.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 122 | 0 | 0.99 | 0.46 | 0.12 | 327.71 | 0.98 | 0.45 |
| Hex | E1 | 2 | 7A | 0 | 63 | 2E | C | 148 | 62 | 2D |
| Octal | 341 | 2 | 172 | 0 | 143 | 56 | 14 | 510 | 142 | 55 |
| Binary | 11100001 | 10 | 1111010 | 0 | 1100011 | 101110 | 1100 | 101001000 | 1100010 | 101101 |
Color Harmonies of #E1027A
Complementary color
Monochromatic Colors of #E1027A
Black with #E1027A
Text Example
Text Example
White with #E1027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1027A; }
p { color: rgb(225,2,122); }
H1.HeaderClassName
{
color: #E1027A;
}
.AnyTagClassName
{
color: #E1027A;
}
</style>
background-color css
<style>
a { background-color: #E1027A; }
a { background-color: rgb(225,2,122); }
div.DivClassName
{
background-color: #E1027A;
}
.BgClassName
{
background-color: #E1027A;
}
</style>
border-color css
<style>
span { border-color: #E1027A; }
span { border-color: rgb(225,2,122); }
td.TdClassName
{
border-color: #E1027A;
}
.TagClassName
{
border-color: #E1027A;
}
</style>