Shades of Ruby #E71467
Tints of Ruby #E71467
RGB
CMYK
RGB Variations
Color information
#E71467 (or 0xE71467) is known color: Ruby. HEX triplet: E7, 14 and 67. RGB value is (231,20,103). Sum of RGB (Red+Green+Blue) = 231+20+103=354 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.25% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 103 (40.62% from 255 or 29.10% from 354); Max value from RGB is 231 - color contains mainly: red. Hex color #E71467 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71467 is #18EB98. Grayscale: #5C5C5C. Windows color (decimal): -1633177 or 6755559. OLE color: 6755559.
HSL color Cylindrical-coordinate representation of color #E71467: hue angle of 336.4º degrees, saturation: 0.84, 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 #E71467 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 103 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.09 |
| HSL | 336.4º | 0.84% | 0.49% | - |
| HSV(B) | 336.4º | 0.91% | 0.91% | - |
| XYZ | 35.65 | 18.47 | 14.52 | - |
| YUV | 92.55 | 133.9 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 103 | 0 | 0.91 | 0.55 | 0.09 | 336.4 | 0.84 | 0.49 |
| Hex | E7 | 14 | 67 | 0 | 5B | 37 | 9 | 150 | 54 | 31 |
| Octal | 347 | 24 | 147 | 0 | 133 | 67 | 11 | 520 | 124 | 61 |
| Binary | 11100111 | 10100 | 1100111 | 0 | 1011011 | 110111 | 1001 | 101010000 | 1010100 | 110001 |
Color Harmonies of #E71467
Complementary color
Monochromatic Colors of #E71467
Black with #E71467
Text Example
Text Example
White with #E71467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71467; }
p { color: rgb(231,20,103); }
H1.HeaderClassName
{
color: #E71467;
}
.AnyTagClassName
{
color: #E71467;
}
</style>
background-color css
<style>
a { background-color: #E71467; }
a { background-color: rgb(231,20,103); }
div.DivClassName
{
background-color: #E71467;
}
.BgClassName
{
background-color: #E71467;
}
</style>
border-color css
<style>
span { border-color: #E71467; }
span { border-color: rgb(231,20,103); }
td.TdClassName
{
border-color: #E71467;
}
.TagClassName
{
border-color: #E71467;
}
</style>