Shades of Ruby #E91570
Tints of Ruby #E91570
RGB
CMYK
RGB Variations
Color information
#E91570 (or 0xE91570) is known color: Ruby. HEX triplet: E9, 15 and 70. RGB value is (233,21,112). Sum of RGB (Red+Green+Blue) = 233+21+112=366 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.66% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 233 - color contains mainly: red. Hex color #E91570 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91570 is #16EA8F. Grayscale: #5E5E5E. Windows color (decimal): -1501840 or 7345641. OLE color: 7345641.
HSL color Cylindrical-coordinate representation of color #E91570: hue angle of 334.25º 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 #E91570 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 112 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.09 |
| HSL | 334.25º | 0.83% | 0.5% | - |
| HSV(B) | 334.25º | 0.91% | 0.91% | - |
| XYZ | 36.8 | 19.03 | 17.06 | - |
| YUV | 94.76 | 137.74 | 226.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 112 | 0 | 0.91 | 0.52 | 0.09 | 334.25 | 0.83 | 0.5 |
| Hex | E9 | 15 | 70 | 0 | 5B | 34 | 9 | 14E | 53 | 32 |
| Octal | 351 | 25 | 160 | 0 | 133 | 64 | 11 | 516 | 123 | 62 |
| Binary | 11101001 | 10101 | 1110000 | 0 | 1011011 | 110100 | 1001 | 101001110 | 1010011 | 110010 |
Color Harmonies of #E91570
Complementary color
Monochromatic Colors of #E91570
Black with #E91570
Text Example
Text Example
White with #E91570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91570; }
p { color: rgb(233,21,112); }
H1.HeaderClassName
{
color: #E91570;
}
.AnyTagClassName
{
color: #E91570;
}
</style>
background-color css
<style>
a { background-color: #E91570; }
a { background-color: rgb(233,21,112); }
div.DivClassName
{
background-color: #E91570;
}
.BgClassName
{
background-color: #E91570;
}
</style>
border-color css
<style>
span { border-color: #E91570; }
span { border-color: rgb(233,21,112); }
td.TdClassName
{
border-color: #E91570;
}
.TagClassName
{
border-color: #E91570;
}
</style>