Shades of Ruby #E91474
Tints of Ruby #E91474
RGB
CMYK
RGB Variations
Color information
#E91474 (or 0xE91474) is known color: Ruby. HEX triplet: E9, 14 and 74. RGB value is (233,20,116). Sum of RGB (Red+Green+Blue) = 233+20+116=369 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.14% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 233 - color contains mainly: red. Hex color #E91474 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91474 is #16EB8B. Grayscale: #5E5E5E. Windows color (decimal): -1502092 or 7607529. OLE color: 7607529.
HSL color Cylindrical-coordinate representation of color #E91474: hue angle of 332.96º degrees, saturation: 0.84, 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 #E91474 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 116 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.09 |
| HSL | 332.96º | 0.84% | 0.5% | - |
| HSV(B) | 332.96º | 0.91% | 0.91% | - |
| XYZ | 37.01 | 19.08 | 18.26 | - |
| YUV | 94.63 | 140.07 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 116 | 0 | 0.91 | 0.50 | 0.09 | 332.96 | 0.84 | 0.5 |
| Hex | E9 | 14 | 74 | 0 | 5B | 32 | 9 | 14D | 54 | 32 |
| Octal | 351 | 24 | 164 | 0 | 133 | 62 | 11 | 515 | 124 | 62 |
| Binary | 11101001 | 10100 | 1110100 | 0 | 1011011 | 110010 | 1001 | 101001101 | 1010100 | 110010 |
Color Harmonies of #E91474
Complementary color
Monochromatic Colors of #E91474
Black with #E91474
Text Example
Text Example
White with #E91474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91474; }
p { color: rgb(233,20,116); }
H1.HeaderClassName
{
color: #E91474;
}
.AnyTagClassName
{
color: #E91474;
}
</style>
background-color css
<style>
a { background-color: #E91474; }
a { background-color: rgb(233,20,116); }
div.DivClassName
{
background-color: #E91474;
}
.BgClassName
{
background-color: #E91474;
}
</style>
border-color css
<style>
span { border-color: #E91474; }
span { border-color: rgb(233,20,116); }
td.TdClassName
{
border-color: #E91474;
}
.TagClassName
{
border-color: #E91474;
}
</style>