Shades of Ruby #E81C62
Tints of Ruby #E81C62
RGB
CMYK
RGB Variations
Color information
#E81C62 (or 0xE81C62) is known color: Ruby. HEX triplet: E8, 1C and 62. RGB value is (232,28,98). Sum of RGB (Red+Green+Blue) = 232+28+98=358 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.80% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 232 - color contains mainly: red. Hex color #E81C62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81C62 is #17E39D. Grayscale: #606060. Windows color (decimal): -1565598 or 6429928. OLE color: 6429928.
HSL color Cylindrical-coordinate representation of color #E81C62: hue angle of 339.41º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81C62 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 28 | 98 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.09 |
| HSL | 339.41º | 0.82% | 0.51% | - |
| HSV(B) | 339.41º | 0.88% | 0.91% | - |
| XYZ | 35.9 | 18.87 | 13.31 | - |
| YUV | 96.98 | 128.59 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 28 | 98 | 0 | 0.88 | 0.58 | 0.09 | 339.41 | 0.82 | 0.51 |
| Hex | E8 | 1C | 62 | 0 | 58 | 3A | 9 | 153 | 52 | 33 |
| Octal | 350 | 34 | 142 | 0 | 130 | 72 | 11 | 523 | 122 | 63 |
| Binary | 11101000 | 11100 | 1100010 | 0 | 1011000 | 111010 | 1001 | 101010011 | 1010010 | 110011 |
Color Harmonies of #E81C62
Complementary color
Monochromatic Colors of #E81C62
Black with #E81C62
Text Example
Text Example
White with #E81C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81C62; }
p { color: rgb(232,28,98); }
H1.HeaderClassName
{
color: #E81C62;
}
.AnyTagClassName
{
color: #E81C62;
}
</style>
background-color css
<style>
a { background-color: #E81C62; }
a { background-color: rgb(232,28,98); }
div.DivClassName
{
background-color: #E81C62;
}
.BgClassName
{
background-color: #E81C62;
}
</style>
border-color css
<style>
span { border-color: #E81C62; }
span { border-color: rgb(232,28,98); }
td.TdClassName
{
border-color: #E81C62;
}
.TagClassName
{
border-color: #E81C62;
}
</style>