Shades of Ruby #E01675
Tints of Ruby #E01675
RGB
CMYK
RGB Variations
Color information
#E01675 (or 0xE01675) is known color: Ruby. HEX triplet: E0, 16 and 75. RGB value is (224,22,117). Sum of RGB (Red+Green+Blue) = 224+22+117=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E01675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01675 is #1FE98A. Grayscale: #5D5D5D. Windows color (decimal): -2091403 or 7673568. OLE color: 7673568.
HSL color Cylindrical-coordinate representation of color #E01675: hue angle of 331.78º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01675 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 117 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.12 |
| HSL | 331.78º | 0.82% | 0.48% | - |
| HSV(B) | 331.78º | 0.9% | 0.88% | - |
| XYZ | 34.24 | 17.71 | 18.44 | - |
| YUV | 93.23 | 141.42 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 117 | 0 | 0.90 | 0.48 | 0.12 | 331.78 | 0.82 | 0.48 |
| Hex | E0 | 16 | 75 | 0 | 5A | 30 | C | 14C | 52 | 30 |
| Octal | 340 | 26 | 165 | 0 | 132 | 60 | 14 | 514 | 122 | 60 |
| Binary | 11100000 | 10110 | 1110101 | 0 | 1011010 | 110000 | 1100 | 101001100 | 1010010 | 110000 |
Color Harmonies of #E01675
Complementary color
Monochromatic Colors of #E01675
Black with #E01675
Text Example
Text Example
White with #E01675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01675; }
p { color: rgb(224,22,117); }
H1.HeaderClassName
{
color: #E01675;
}
.AnyTagClassName
{
color: #E01675;
}
</style>
background-color css
<style>
a { background-color: #E01675; }
a { background-color: rgb(224,22,117); }
div.DivClassName
{
background-color: #E01675;
}
.BgClassName
{
background-color: #E01675;
}
</style>
border-color css
<style>
span { border-color: #E01675; }
span { border-color: rgb(224,22,117); }
td.TdClassName
{
border-color: #E01675;
}
.TagClassName
{
border-color: #E01675;
}
</style>