Shades of Ruby #E8187B
Tints of Ruby #E8187B
RGB
CMYK
RGB Variations
Color information
#E8187B (or 0xE8187B) is known color: Ruby. HEX triplet: E8, 18 and 7B. RGB value is (232,24,123). Sum of RGB (Red+Green+Blue) = 232+24+123=379 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.21% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 232 - color contains mainly: red. Hex color #E8187B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8187B is #17E784. Grayscale: #616161. Windows color (decimal): -1566597 or 8067304. OLE color: 8067304.
HSL color Cylindrical-coordinate representation of color #E8187B: hue angle of 331.44º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E8187B is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 123 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.09 |
| HSL | 331.44º | 0.82% | 0.5% | - |
| HSV(B) | 331.44º | 0.9% | 0.91% | - |
| XYZ | 37.18 | 19.24 | 20.49 | - |
| YUV | 97.48 | 142.41 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 123 | 0 | 0.90 | 0.47 | 0.09 | 331.44 | 0.82 | 0.5 |
| Hex | E8 | 18 | 7B | 0 | 5A | 2F | 9 | 14B | 52 | 32 |
| Octal | 350 | 30 | 173 | 0 | 132 | 57 | 11 | 513 | 122 | 62 |
| Binary | 11101000 | 11000 | 1111011 | 0 | 1011010 | 101111 | 1001 | 101001011 | 1010010 | 110010 |
Color Harmonies of #E8187B
Complementary color
Monochromatic Colors of #E8187B
Black with #E8187B
Text Example
Text Example
White with #E8187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8187B; }
p { color: rgb(232,24,123); }
H1.HeaderClassName
{
color: #E8187B;
}
.AnyTagClassName
{
color: #E8187B;
}
</style>
background-color css
<style>
a { background-color: #E8187B; }
a { background-color: rgb(232,24,123); }
div.DivClassName
{
background-color: #E8187B;
}
.BgClassName
{
background-color: #E8187B;
}
</style>
border-color css
<style>
span { border-color: #E8187B; }
span { border-color: rgb(232,24,123); }
td.TdClassName
{
border-color: #E8187B;
}
.TagClassName
{
border-color: #E8187B;
}
</style>