Shades of Ruby #E91270
Tints of Ruby #E91270
RGB
CMYK
RGB Variations
Color information
#E91270 (or 0xE91270) is known color: Ruby. HEX triplet: E9, 12 and 70. RGB value is (233,18,112). Sum of RGB (Red+Green+Blue) = 233+18+112=363 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.19% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 233 - color contains mainly: red. Hex color #E91270 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91270 is #16ED8F. Grayscale: #5C5C5C. Windows color (decimal): -1502608 or 7344873. OLE color: 7344873.
HSL color Cylindrical-coordinate representation of color #E91270: hue angle of 333.77º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E91270 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 18 | 112 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.09 |
| HSL | 333.77º | 0.86% | 0.49% | - |
| HSV(B) | 333.77º | 0.92% | 0.91% | - |
| XYZ | 36.75 | 18.93 | 17.05 | - |
| YUV | 93 | 138.73 | 227.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 18 | 112 | 0 | 0.92 | 0.52 | 0.09 | 333.77 | 0.86 | 0.49 |
| Hex | E9 | 12 | 70 | 0 | 5C | 34 | 9 | 14E | 56 | 31 |
| Octal | 351 | 22 | 160 | 0 | 134 | 64 | 11 | 516 | 126 | 61 |
| Binary | 11101001 | 10010 | 1110000 | 0 | 1011100 | 110100 | 1001 | 101001110 | 1010110 | 110001 |
Color Harmonies of #E91270
Complementary color
Monochromatic Colors of #E91270
Black with #E91270
Text Example
Text Example
White with #E91270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91270; }
p { color: rgb(233,18,112); }
H1.HeaderClassName
{
color: #E91270;
}
.AnyTagClassName
{
color: #E91270;
}
</style>
background-color css
<style>
a { background-color: #E91270; }
a { background-color: rgb(233,18,112); }
div.DivClassName
{
background-color: #E91270;
}
.BgClassName
{
background-color: #E91270;
}
</style>
border-color css
<style>
span { border-color: #E91270; }
span { border-color: rgb(233,18,112); }
td.TdClassName
{
border-color: #E91270;
}
.TagClassName
{
border-color: #E91270;
}
</style>