Shades of Ruby #E71567
Tints of Ruby #E71567
RGB
CMYK
RGB Variations
Color information
#E71567 (or 0xE71567) is known color: Ruby. HEX triplet: E7, 15 and 67. RGB value is (231,21,103). Sum of RGB (Red+Green+Blue) = 231+21+103=355 (47% of max value = 765). Red value is 231 (90.62% from 255 or 65.07% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 231 - color contains mainly: red. Hex color #E71567 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71567 is #18EA98. Grayscale: #5D5D5D. Windows color (decimal): -1632921 or 6755815. OLE color: 6755815.
HSL color Cylindrical-coordinate representation of color #E71567: hue angle of 336.57º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E71567 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 103 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.09 |
| HSL | 336.57º | 0.83% | 0.49% | - |
| HSV(B) | 336.57º | 0.91% | 0.91% | - |
| XYZ | 35.67 | 18.5 | 14.52 | - |
| YUV | 93.14 | 133.57 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 103 | 0 | 0.91 | 0.55 | 0.09 | 336.57 | 0.83 | 0.49 |
| Hex | E7 | 15 | 67 | 0 | 5B | 37 | 9 | 151 | 53 | 31 |
| Octal | 347 | 25 | 147 | 0 | 133 | 67 | 11 | 521 | 123 | 61 |
| Binary | 11100111 | 10101 | 1100111 | 0 | 1011011 | 110111 | 1001 | 101010001 | 1010011 | 110001 |
Color Harmonies of #E71567
Complementary color
Monochromatic Colors of #E71567
Black with #E71567
Text Example
Text Example
White with #E71567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71567; }
p { color: rgb(231,21,103); }
H1.HeaderClassName
{
color: #E71567;
}
.AnyTagClassName
{
color: #E71567;
}
</style>
background-color css
<style>
a { background-color: #E71567; }
a { background-color: rgb(231,21,103); }
div.DivClassName
{
background-color: #E71567;
}
.BgClassName
{
background-color: #E71567;
}
</style>
border-color css
<style>
span { border-color: #E71567; }
span { border-color: rgb(231,21,103); }
td.TdClassName
{
border-color: #E71567;
}
.TagClassName
{
border-color: #E71567;
}
</style>