Shades of Ruby #E3174F
Tints of Ruby #E3174F
RGB
CMYK
RGB Variations
Color information
#E3174F (or 0xE3174F) is known color: Ruby. HEX triplet: E3, 17 and 4F. RGB value is (227,23,79). Sum of RGB (Red+Green+Blue) = 227+23+79=329 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.00% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 227 - color contains mainly: red. Hex color #E3174F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3174F is #1CE8B0. Grayscale: #5A5A5A. Windows color (decimal): -1894577 or 5183459. OLE color: 5183459.
HSL color Cylindrical-coordinate representation of color #E3174F: hue angle of 343.53º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E3174F is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 23 | 79 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.11 |
| HSL | 343.53º | 0.82% | 0.49% | - |
| HSV(B) | 343.53º | 0.9% | 0.89% | - |
| XYZ | 33.4 | 17.51 | 9.02 | - |
| YUV | 90.38 | 121.59 | 225.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 23 | 79 | 0 | 0.90 | 0.65 | 0.11 | 343.53 | 0.82 | 0.49 |
| Hex | E3 | 17 | 4F | 0 | 5A | 41 | B | 158 | 52 | 31 |
| Octal | 343 | 27 | 117 | 0 | 132 | 101 | 13 | 530 | 122 | 61 |
| Binary | 11100011 | 10111 | 1001111 | 0 | 1011010 | 1000001 | 1011 | 101011000 | 1010010 | 110001 |
Color Harmonies of #E3174F
Complementary color
Monochromatic Colors of #E3174F
Black with #E3174F
Text Example
Text Example
White with #E3174F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3174F; }
p { color: rgb(227,23,79); }
H1.HeaderClassName
{
color: #E3174F;
}
.AnyTagClassName
{
color: #E3174F;
}
</style>
background-color css
<style>
a { background-color: #E3174F; }
a { background-color: rgb(227,23,79); }
div.DivClassName
{
background-color: #E3174F;
}
.BgClassName
{
background-color: #E3174F;
}
</style>
border-color css
<style>
span { border-color: #E3174F; }
span { border-color: rgb(227,23,79); }
td.TdClassName
{
border-color: #E3174F;
}
.TagClassName
{
border-color: #E3174F;
}
</style>