Shades of Ruby #E7145A
Tints of Ruby #E7145A
RGB
CMYK
RGB Variations
Color information
#E7145A (or 0xE7145A) is known color: Ruby. HEX triplet: E7, 14 and 5A. RGB value is (231,20,90). Sum of RGB (Red+Green+Blue) = 231+20+90=341 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.74% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 231 - color contains mainly: red. Hex color #E7145A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7145A is #18EBA5. Grayscale: #5B5B5B. Windows color (decimal): -1633190 or 5903591. OLE color: 5903591.
HSL color Cylindrical-coordinate representation of color #E7145A: hue angle of 340.09º 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 #E7145A is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 90 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.09 |
| HSL | 340.09º | 0.84% | 0.49% | - |
| HSV(B) | 340.09º | 0.91% | 0.91% | - |
| XYZ | 35.05 | 18.23 | 11.34 | - |
| YUV | 91.07 | 127.4 | 227.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 90 | 0 | 0.91 | 0.61 | 0.09 | 340.09 | 0.84 | 0.49 |
| Hex | E7 | 14 | 5A | 0 | 5B | 3D | 9 | 154 | 54 | 31 |
| Octal | 347 | 24 | 132 | 0 | 133 | 75 | 11 | 524 | 124 | 61 |
| Binary | 11100111 | 10100 | 1011010 | 0 | 1011011 | 111101 | 1001 | 101010100 | 1010100 | 110001 |
Color Harmonies of #E7145A
Complementary color
Monochromatic Colors of #E7145A
Black with #E7145A
Text Example
Text Example
White with #E7145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7145A; }
p { color: rgb(231,20,90); }
H1.HeaderClassName
{
color: #E7145A;
}
.AnyTagClassName
{
color: #E7145A;
}
</style>
background-color css
<style>
a { background-color: #E7145A; }
a { background-color: rgb(231,20,90); }
div.DivClassName
{
background-color: #E7145A;
}
.BgClassName
{
background-color: #E7145A;
}
</style>
border-color css
<style>
span { border-color: #E7145A; }
span { border-color: rgb(231,20,90); }
td.TdClassName
{
border-color: #E7145A;
}
.TagClassName
{
border-color: #E7145A;
}
</style>