Shades of Ruby #E81969
Tints of Ruby #E81969
RGB
CMYK
RGB Variations
Color information
#E81969 (or 0xE81969) is known color: Ruby. HEX triplet: E8, 19 and 69. RGB value is (232,25,105). Sum of RGB (Red+Green+Blue) = 232+25+105=362 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.09% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 232 - color contains mainly: red. Hex color #E81969 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81969 is #17E696. Grayscale: #5F5F5F. Windows color (decimal): -1566359 or 6887912. OLE color: 6887912.
HSL color Cylindrical-coordinate representation of color #E81969: hue angle of 336.81º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81969 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 105 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.09 |
| HSL | 336.81º | 0.82% | 0.5% | - |
| HSV(B) | 336.81º | 0.89% | 0.91% | - |
| XYZ | 36.18 | 18.87 | 15.1 | - |
| YUV | 96.01 | 133.08 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 105 | 0 | 0.89 | 0.55 | 0.09 | 336.81 | 0.82 | 0.5 |
| Hex | E8 | 19 | 69 | 0 | 59 | 37 | 9 | 151 | 52 | 32 |
| Octal | 350 | 31 | 151 | 0 | 131 | 67 | 11 | 521 | 122 | 62 |
| Binary | 11101000 | 11001 | 1101001 | 0 | 1011001 | 110111 | 1001 | 101010001 | 1010010 | 110010 |
Color Harmonies of #E81969
Complementary color
Monochromatic Colors of #E81969
Black with #E81969
Text Example
Text Example
White with #E81969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81969; }
p { color: rgb(232,25,105); }
H1.HeaderClassName
{
color: #E81969;
}
.AnyTagClassName
{
color: #E81969;
}
</style>
background-color css
<style>
a { background-color: #E81969; }
a { background-color: rgb(232,25,105); }
div.DivClassName
{
background-color: #E81969;
}
.BgClassName
{
background-color: #E81969;
}
</style>
border-color css
<style>
span { border-color: #E81969; }
span { border-color: rgb(232,25,105); }
td.TdClassName
{
border-color: #E81969;
}
.TagClassName
{
border-color: #E81969;
}
</style>