Shades of Ruby #E71466
Tints of Ruby #E71466
RGB
CMYK
RGB Variations
Color information
#E71466 (or 0xE71466) is known color: Ruby. HEX triplet: E7, 14 and 66. RGB value is (231,20,102). Sum of RGB (Red+Green+Blue) = 231+20+102=353 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.44% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 231 - color contains mainly: red. Hex color #E71466 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71466 is #18EB99. Grayscale: #5C5C5C. Windows color (decimal): -1633178 or 6690023. OLE color: 6690023.
HSL color Cylindrical-coordinate representation of color #E71466: hue angle of 336.68º 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 #E71466 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 102 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.09 |
| HSL | 336.68º | 0.84% | 0.49% | - |
| HSV(B) | 336.68º | 0.91% | 0.91% | - |
| XYZ | 35.6 | 18.45 | 14.25 | - |
| YUV | 92.44 | 133.4 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 102 | 0 | 0.91 | 0.56 | 0.09 | 336.68 | 0.84 | 0.49 |
| Hex | E7 | 14 | 66 | 0 | 5B | 38 | 9 | 151 | 54 | 31 |
| Octal | 347 | 24 | 146 | 0 | 133 | 70 | 11 | 521 | 124 | 61 |
| Binary | 11100111 | 10100 | 1100110 | 0 | 1011011 | 111000 | 1001 | 101010001 | 1010100 | 110001 |
Color Harmonies of #E71466
Complementary color
Monochromatic Colors of #E71466
Black with #E71466
Text Example
Text Example
White with #E71466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71466; }
p { color: rgb(231,20,102); }
H1.HeaderClassName
{
color: #E71466;
}
.AnyTagClassName
{
color: #E71466;
}
</style>
background-color css
<style>
a { background-color: #E71466; }
a { background-color: rgb(231,20,102); }
div.DivClassName
{
background-color: #E71466;
}
.BgClassName
{
background-color: #E71466;
}
</style>
border-color css
<style>
span { border-color: #E71466; }
span { border-color: rgb(231,20,102); }
td.TdClassName
{
border-color: #E71466;
}
.TagClassName
{
border-color: #E71466;
}
</style>