Shades of Ruby #E81C75
Tints of Ruby #E81C75
RGB
CMYK
RGB Variations
Color information
#E81C75 (or 0xE81C75) is known color: Ruby. HEX triplet: E8, 1C and 75. RGB value is (232,28,117). Sum of RGB (Red+Green+Blue) = 232+28+117=377 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.54% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 232 - color contains mainly: red. Hex color #E81C75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81C75 is #17E38A. Grayscale: #626262. Windows color (decimal): -1565579 or 7675112. OLE color: 7675112.
HSL color Cylindrical-coordinate representation of color #E81C75: hue angle of 333.82º 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 #E81C75 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 28 | 117 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.09 |
| HSL | 333.82º | 0.82% | 0.51% | - |
| HSV(B) | 333.82º | 0.88% | 0.91% | - |
| XYZ | 36.9 | 19.27 | 18.6 | - |
| YUV | 99.14 | 138.09 | 222.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 28 | 117 | 0 | 0.88 | 0.50 | 0.09 | 333.82 | 0.82 | 0.51 |
| Hex | E8 | 1C | 75 | 0 | 58 | 32 | 9 | 14E | 52 | 33 |
| Octal | 350 | 34 | 165 | 0 | 130 | 62 | 11 | 516 | 122 | 63 |
| Binary | 11101000 | 11100 | 1110101 | 0 | 1011000 | 110010 | 1001 | 101001110 | 1010010 | 110011 |
Color Harmonies of #E81C75
Complementary color
Monochromatic Colors of #E81C75
Black with #E81C75
Text Example
Text Example
White with #E81C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81C75; }
p { color: rgb(232,28,117); }
H1.HeaderClassName
{
color: #E81C75;
}
.AnyTagClassName
{
color: #E81C75;
}
</style>
background-color css
<style>
a { background-color: #E81C75; }
a { background-color: rgb(232,28,117); }
div.DivClassName
{
background-color: #E81C75;
}
.BgClassName
{
background-color: #E81C75;
}
</style>
border-color css
<style>
span { border-color: #E81C75; }
span { border-color: rgb(232,28,117); }
td.TdClassName
{
border-color: #E81C75;
}
.TagClassName
{
border-color: #E81C75;
}
</style>