Shades of Ruby #E4057A
Tints of Ruby #E4057A
RGB
CMYK
RGB Variations
Color information
#E4057A (or 0xE4057A) is known color: Ruby. HEX triplet: E4, 05 and 7A. RGB value is (228,5,122). Sum of RGB (Red+Green+Blue) = 228+5+122=355 (47% of max value = 765). Red value is 228 (89.45% from 255 or 64.23% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 228 - color contains mainly: red. Hex color #E4057A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4057A is #1BFA85. Grayscale: #545454. Windows color (decimal): -1833606 or 7996900. OLE color: 7996900.
HSL color Cylindrical-coordinate representation of color #E4057A: hue angle of 328.52º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E4057A is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 5 | 122 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.11 |
| HSL | 328.52º | 0.96% | 0.46% | - |
| HSV(B) | 328.52º | 0.98% | 0.89% | - |
| XYZ | 35.56 | 18.01 | 20.01 | - |
| YUV | 85.02 | 148.88 | 229.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 122 | 0 | 0.98 | 0.46 | 0.11 | 328.52 | 0.96 | 0.46 |
| Hex | E4 | 5 | 7A | 0 | 62 | 2E | B | 149 | 60 | 2E |
| Octal | 344 | 5 | 172 | 0 | 142 | 56 | 13 | 511 | 140 | 56 |
| Binary | 11100100 | 101 | 1111010 | 0 | 1100010 | 101110 | 1011 | 101001001 | 1100000 | 101110 |
Color Harmonies of #E4057A
Complementary color
Monochromatic Colors of #E4057A
Black with #E4057A
Text Example
Text Example
White with #E4057A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4057A; }
p { color: rgb(228,5,122); }
H1.HeaderClassName
{
color: #E4057A;
}
.AnyTagClassName
{
color: #E4057A;
}
</style>
background-color css
<style>
a { background-color: #E4057A; }
a { background-color: rgb(228,5,122); }
div.DivClassName
{
background-color: #E4057A;
}
.BgClassName
{
background-color: #E4057A;
}
</style>
border-color css
<style>
span { border-color: #E4057A; }
span { border-color: rgb(228,5,122); }
td.TdClassName
{
border-color: #E4057A;
}
.TagClassName
{
border-color: #E4057A;
}
</style>