Shades of Ruby #E7027C
Tints of Ruby #E7027C
RGB
CMYK
RGB Variations
Color information
#E7027C (or 0xE7027C) is known color: Ruby. HEX triplet: E7, 02 and 7C. RGB value is (231,2,124). Sum of RGB (Red+Green+Blue) = 231+2+124=357 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.71% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 231 - color contains mainly: red. Hex color #E7027C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7027C is #18FD83. Grayscale: #545454. Windows color (decimal): -1637764 or 8127207. OLE color: 8127207.
HSL color Cylindrical-coordinate representation of color #E7027C: hue angle of 328.03º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E7027C is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 2 | 124 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.09 |
| HSL | 328.03º | 0.98% | 0.46% | - |
| HSV(B) | 328.03º | 0.99% | 0.91% | - |
| XYZ | 36.61 | 18.49 | 20.71 | - |
| YUV | 84.38 | 150.37 | 232.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 2 | 124 | 0 | 0.99 | 0.46 | 0.09 | 328.03 | 0.98 | 0.46 |
| Hex | E7 | 2 | 7C | 0 | 63 | 2E | 9 | 148 | 62 | 2E |
| Octal | 347 | 2 | 174 | 0 | 143 | 56 | 11 | 510 | 142 | 56 |
| Binary | 11100111 | 10 | 1111100 | 0 | 1100011 | 101110 | 1001 | 101001000 | 1100010 | 101110 |
Color Harmonies of #E7027C
Complementary color
Monochromatic Colors of #E7027C
Black with #E7027C
Text Example
Text Example
White with #E7027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7027C; }
p { color: rgb(231,2,124); }
H1.HeaderClassName
{
color: #E7027C;
}
.AnyTagClassName
{
color: #E7027C;
}
</style>
background-color css
<style>
a { background-color: #E7027C; }
a { background-color: rgb(231,2,124); }
div.DivClassName
{
background-color: #E7027C;
}
.BgClassName
{
background-color: #E7027C;
}
</style>
border-color css
<style>
span { border-color: #E7027C; }
span { border-color: rgb(231,2,124); }
td.TdClassName
{
border-color: #E7027C;
}
.TagClassName
{
border-color: #E7027C;
}
</style>