Shades of Ruby #E7017D
Tints of Ruby #E7017D
RGB
CMYK
RGB Variations
Color information
#E7017D (or 0xE7017D) is known color: Ruby. HEX triplet: E7, 01 and 7D. RGB value is (231,1,125). Sum of RGB (Red+Green+Blue) = 231+1+125=357 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.71% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 231 - color contains mainly: red. Hex color #E7017D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7017D is #18FE82. Grayscale: #535353. Windows color (decimal): -1638019 or 8192487. OLE color: 8192487.
HSL color Cylindrical-coordinate representation of color #E7017D: hue angle of 327.65º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7017D is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 125 | - |
| CMYK | 0 | 1.00 | 0.46 | 0.09 |
| HSL | 327.65º | 0.99% | 0.45% | - |
| HSV(B) | 327.65º | 1% | 0.91% | - |
| XYZ | 36.67 | 18.49 | 21.04 | - |
| YUV | 83.91 | 151.2 | 232.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 125 | 0 | 1.00 | 0.46 | 0.09 | 327.65 | 0.99 | 0.45 |
| Hex | E7 | 1 | 7D | 0 | 64 | 2E | 9 | 148 | 63 | 2D |
| Octal | 347 | 1 | 175 | 0 | 144 | 56 | 11 | 510 | 143 | 55 |
| Binary | 11100111 | 1 | 1111101 | 0 | 1100100 | 101110 | 1001 | 101001000 | 1100011 | 101101 |
Color Harmonies of #E7017D
Complementary color
Monochromatic Colors of #E7017D
Black with #E7017D
Text Example
Text Example
White with #E7017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7017D; }
p { color: rgb(231,1,125); }
H1.HeaderClassName
{
color: #E7017D;
}
.AnyTagClassName
{
color: #E7017D;
}
</style>
background-color css
<style>
a { background-color: #E7017D; }
a { background-color: rgb(231,1,125); }
div.DivClassName
{
background-color: #E7017D;
}
.BgClassName
{
background-color: #E7017D;
}
</style>
border-color css
<style>
span { border-color: #E7017D; }
span { border-color: rgb(231,1,125); }
td.TdClassName
{
border-color: #E7017D;
}
.TagClassName
{
border-color: #E7017D;
}
</style>