Shades of Ruby #E80F64
Tints of Ruby #E80F64
RGB
CMYK
RGB Variations
Color information
#E80F64 (or 0xE80F64) is known color: Ruby. HEX triplet: E8, 0F and 64. RGB value is (232,15,100). Sum of RGB (Red+Green+Blue) = 232+15+100=347 (45% of max value = 765). Red value is 232 (91.02% from 255 or 66.86% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F64 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80F64 is #17F09B. Grayscale: #595959. Windows color (decimal): -1568924 or 6557672. OLE color: 6557672.
HSL color Cylindrical-coordinate representation of color #E80F64: hue angle of 336.5º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80F64 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 15 | 100 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.09 |
| HSL | 336.5º | 0.88% | 0.48% | - |
| HSV(B) | 336.5º | 0.94% | 0.91% | - |
| XYZ | 35.75 | 18.42 | 13.73 | - |
| YUV | 89.57 | 133.89 | 229.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 100 | 0 | 0.94 | 0.57 | 0.09 | 336.5 | 0.88 | 0.48 |
| Hex | E8 | F | 64 | 0 | 5E | 39 | 9 | 150 | 58 | 30 |
| Octal | 350 | 17 | 144 | 0 | 136 | 71 | 11 | 520 | 130 | 60 |
| Binary | 11101000 | 1111 | 1100100 | 0 | 1011110 | 111001 | 1001 | 101010000 | 1011000 | 110000 |
Color Harmonies of #E80F64
Complementary color
Monochromatic Colors of #E80F64
Black with #E80F64
Text Example
Text Example
White with #E80F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80F64; }
p { color: rgb(232,15,100); }
H1.HeaderClassName
{
color: #E80F64;
}
.AnyTagClassName
{
color: #E80F64;
}
</style>
background-color css
<style>
a { background-color: #E80F64; }
a { background-color: rgb(232,15,100); }
div.DivClassName
{
background-color: #E80F64;
}
.BgClassName
{
background-color: #E80F64;
}
</style>
border-color css
<style>
span { border-color: #E80F64; }
span { border-color: rgb(232,15,100); }
td.TdClassName
{
border-color: #E80F64;
}
.TagClassName
{
border-color: #E80F64;
}
</style>