Shades of Ruby #E4157A
Tints of Ruby #E4157A
RGB
CMYK
RGB Variations
Color information
#E4157A (or 0xE4157A) is known color: Ruby. HEX triplet: E4, 15 and 7A. RGB value is (228,21,122). Sum of RGB (Red+Green+Blue) = 228+21+122=371 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.46% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 228 - color contains mainly: red. Hex color #E4157A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4157A is #1BEA85. Grayscale: #5E5E5E. Windows color (decimal): -1829510 or 8000996. OLE color: 8000996.
HSL color Cylindrical-coordinate representation of color #E4157A: hue angle of 330.72º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E4157A is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 21 | 122 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.11 |
| HSL | 330.72º | 0.83% | 0.49% | - |
| HSV(B) | 330.72º | 0.91% | 0.89% | - |
| XYZ | 35.78 | 18.44 | 20.09 | - |
| YUV | 94.41 | 143.58 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 21 | 122 | 0 | 0.91 | 0.46 | 0.11 | 330.72 | 0.83 | 0.49 |
| Hex | E4 | 15 | 7A | 0 | 5B | 2E | B | 14B | 53 | 31 |
| Octal | 344 | 25 | 172 | 0 | 133 | 56 | 13 | 513 | 123 | 61 |
| Binary | 11100100 | 10101 | 1111010 | 0 | 1011011 | 101110 | 1011 | 101001011 | 1010011 | 110001 |
Color Harmonies of #E4157A
Complementary color
Monochromatic Colors of #E4157A
Black with #E4157A
Text Example
Text Example
White with #E4157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4157A; }
p { color: rgb(228,21,122); }
H1.HeaderClassName
{
color: #E4157A;
}
.AnyTagClassName
{
color: #E4157A;
}
</style>
background-color css
<style>
a { background-color: #E4157A; }
a { background-color: rgb(228,21,122); }
div.DivClassName
{
background-color: #E4157A;
}
.BgClassName
{
background-color: #E4157A;
}
</style>
border-color css
<style>
span { border-color: #E4157A; }
span { border-color: rgb(228,21,122); }
td.TdClassName
{
border-color: #E4157A;
}
.TagClassName
{
border-color: #E4157A;
}
</style>