Shades of Ruby #E3057C
Tints of Ruby #E3057C
RGB
CMYK
RGB Variations
Color information
#E3057C (or 0xE3057C) is known color: Ruby. HEX triplet: E3, 05 and 7C. RGB value is (227,5,124). Sum of RGB (Red+Green+Blue) = 227+5+124=356 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.76% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 227 - color contains mainly: red. Hex color #E3057C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3057C is #1CFA83. Grayscale: #545454. Windows color (decimal): -1899140 or 8127971. OLE color: 8127971.
HSL color Cylindrical-coordinate representation of color #E3057C: hue angle of 327.84º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E3057C is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 5 | 124 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.11 |
| HSL | 327.84º | 0.96% | 0.45% | - |
| HSV(B) | 327.84º | 0.98% | 0.89% | - |
| XYZ | 35.37 | 17.89 | 20.66 | - |
| YUV | 84.94 | 150.05 | 229.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 5 | 124 | 0 | 0.98 | 0.45 | 0.11 | 327.84 | 0.96 | 0.45 |
| Hex | E3 | 5 | 7C | 0 | 62 | 2D | B | 148 | 60 | 2D |
| Octal | 343 | 5 | 174 | 0 | 142 | 55 | 13 | 510 | 140 | 55 |
| Binary | 11100011 | 101 | 1111100 | 0 | 1100010 | 101101 | 1011 | 101001000 | 1100000 | 101101 |
Color Harmonies of #E3057C
Complementary color
Monochromatic Colors of #E3057C
Black with #E3057C
Text Example
Text Example
White with #E3057C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3057C; }
p { color: rgb(227,5,124); }
H1.HeaderClassName
{
color: #E3057C;
}
.AnyTagClassName
{
color: #E3057C;
}
</style>
background-color css
<style>
a { background-color: #E3057C; }
a { background-color: rgb(227,5,124); }
div.DivClassName
{
background-color: #E3057C;
}
.BgClassName
{
background-color: #E3057C;
}
</style>
border-color css
<style>
span { border-color: #E3057C; }
span { border-color: rgb(227,5,124); }
td.TdClassName
{
border-color: #E3057C;
}
.TagClassName
{
border-color: #E3057C;
}
</style>