Shades of Ruby #E81474
Tints of Ruby #E81474
RGB
CMYK
RGB Variations
Color information
#E81474 (or 0xE81474) is known color: Ruby. HEX triplet: E8, 14 and 74. RGB value is (232,20,116). Sum of RGB (Red+Green+Blue) = 232+20+116=368 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.04% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 232 - color contains mainly: red. Hex color #E81474 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81474 is #17EB8B. Grayscale: #5E5E5E. Windows color (decimal): -1567628 or 7607528. OLE color: 7607528.
HSL color Cylindrical-coordinate representation of color #E81474: hue angle of 332.83º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81474 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 20 | 116 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.09 |
| HSL | 332.83º | 0.84% | 0.49% | - |
| HSV(B) | 332.83º | 0.91% | 0.91% | - |
| XYZ | 36.68 | 18.92 | 18.24 | - |
| YUV | 94.33 | 140.24 | 226.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 116 | 0 | 0.91 | 0.50 | 0.09 | 332.83 | 0.84 | 0.49 |
| Hex | E8 | 14 | 74 | 0 | 5B | 32 | 9 | 14D | 54 | 31 |
| Octal | 350 | 24 | 164 | 0 | 133 | 62 | 11 | 515 | 124 | 61 |
| Binary | 11101000 | 10100 | 1110100 | 0 | 1011011 | 110010 | 1001 | 101001101 | 1010100 | 110001 |
Color Harmonies of #E81474
Complementary color
Monochromatic Colors of #E81474
Black with #E81474
Text Example
Text Example
White with #E81474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81474; }
p { color: rgb(232,20,116); }
H1.HeaderClassName
{
color: #E81474;
}
.AnyTagClassName
{
color: #E81474;
}
</style>
background-color css
<style>
a { background-color: #E81474; }
a { background-color: rgb(232,20,116); }
div.DivClassName
{
background-color: #E81474;
}
.BgClassName
{
background-color: #E81474;
}
</style>
border-color css
<style>
span { border-color: #E81474; }
span { border-color: rgb(232,20,116); }
td.TdClassName
{
border-color: #E81474;
}
.TagClassName
{
border-color: #E81474;
}
</style>