Shades of Ruby #E8155A
Tints of Ruby #E8155A
RGB
CMYK
RGB Variations
Color information
#E8155A (or 0xE8155A) is known color: Ruby. HEX triplet: E8, 15 and 5A. RGB value is (232,21,90). Sum of RGB (Red+Green+Blue) = 232+21+90=343 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.64% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 232 - color contains mainly: red. Hex color #E8155A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8155A is #17EAA5. Grayscale: #5B5B5B. Windows color (decimal): -1567398 or 5903848. OLE color: 5903848.
HSL color Cylindrical-coordinate representation of color #E8155A: hue angle of 340.38º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8155A is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 90 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.09 |
| HSL | 340.38º | 0.83% | 0.5% | - |
| HSV(B) | 340.38º | 0.91% | 0.91% | - |
| XYZ | 35.39 | 18.43 | 11.36 | - |
| YUV | 91.96 | 126.9 | 227.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 90 | 0 | 0.91 | 0.61 | 0.09 | 340.38 | 0.83 | 0.5 |
| Hex | E8 | 15 | 5A | 0 | 5B | 3D | 9 | 154 | 53 | 32 |
| Octal | 350 | 25 | 132 | 0 | 133 | 75 | 11 | 524 | 123 | 62 |
| Binary | 11101000 | 10101 | 1011010 | 0 | 1011011 | 111101 | 1001 | 101010100 | 1010011 | 110010 |
Color Harmonies of #E8155A
Complementary color
Monochromatic Colors of #E8155A
Black with #E8155A
Text Example
Text Example
White with #E8155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8155A; }
p { color: rgb(232,21,90); }
H1.HeaderClassName
{
color: #E8155A;
}
.AnyTagClassName
{
color: #E8155A;
}
</style>
background-color css
<style>
a { background-color: #E8155A; }
a { background-color: rgb(232,21,90); }
div.DivClassName
{
background-color: #E8155A;
}
.BgClassName
{
background-color: #E8155A;
}
</style>
border-color css
<style>
span { border-color: #E8155A; }
span { border-color: rgb(232,21,90); }
td.TdClassName
{
border-color: #E8155A;
}
.TagClassName
{
border-color: #E8155A;
}
</style>