Shades of Ruby #E3057B
Tints of Ruby #E3057B
RGB
CMYK
RGB Variations
Color information
#E3057B (or 0xE3057B) is known color: Ruby. HEX triplet: E3, 05 and 7B. RGB value is (227,5,123). Sum of RGB (Red+Green+Blue) = 227+5+123=355 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.94% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 227 - color contains mainly: red. Hex color #E3057B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3057B is #1CFA84. Grayscale: #545454. Windows color (decimal): -1899141 or 8062435. OLE color: 8062435.
HSL color Cylindrical-coordinate representation of color #E3057B: hue angle of 328.11º 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 #E3057B is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 5 | 123 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.11 |
| HSL | 328.11º | 0.96% | 0.45% | - |
| HSV(B) | 328.11º | 0.98% | 0.89% | - |
| XYZ | 35.31 | 17.87 | 20.33 | - |
| YUV | 84.83 | 149.55 | 229.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 5 | 123 | 0 | 0.98 | 0.46 | 0.11 | 328.11 | 0.96 | 0.45 |
| Hex | E3 | 5 | 7B | 0 | 62 | 2E | B | 148 | 60 | 2D |
| Octal | 343 | 5 | 173 | 0 | 142 | 56 | 13 | 510 | 140 | 55 |
| Binary | 11100011 | 101 | 1111011 | 0 | 1100010 | 101110 | 1011 | 101001000 | 1100000 | 101101 |
Color Harmonies of #E3057B
Complementary color
Monochromatic Colors of #E3057B
Black with #E3057B
Text Example
Text Example
White with #E3057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3057B; }
p { color: rgb(227,5,123); }
H1.HeaderClassName
{
color: #E3057B;
}
.AnyTagClassName
{
color: #E3057B;
}
</style>
background-color css
<style>
a { background-color: #E3057B; }
a { background-color: rgb(227,5,123); }
div.DivClassName
{
background-color: #E3057B;
}
.BgClassName
{
background-color: #E3057B;
}
</style>
border-color css
<style>
span { border-color: #E3057B; }
span { border-color: rgb(227,5,123); }
td.TdClassName
{
border-color: #E3057B;
}
.TagClassName
{
border-color: #E3057B;
}
</style>