Shades of Ruby #E40F78
Tints of Ruby #E40F78
RGB
CMYK
RGB Variations
Color information
#E40F78 (or 0xE40F78) is known color: Ruby. HEX triplet: E4, 0F and 78. RGB value is (228,15,120). Sum of RGB (Red+Green+Blue) = 228+15+120=363 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.81% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 228 - color contains mainly: red. Hex color #E40F78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40F78 is #1BF087. Grayscale: #5A5A5A. Windows color (decimal): -1831048 or 7868388. OLE color: 7868388.
HSL color Cylindrical-coordinate representation of color #E40F78: hue angle of 330.42º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E40F78 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 15 | 120 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.11 |
| HSL | 330.42º | 0.88% | 0.48% | - |
| HSV(B) | 330.42º | 0.93% | 0.89% | - |
| XYZ | 35.56 | 18.19 | 19.41 | - |
| YUV | 90.66 | 144.57 | 225.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 15 | 120 | 0 | 0.93 | 0.47 | 0.11 | 330.42 | 0.88 | 0.48 |
| Hex | E4 | F | 78 | 0 | 5D | 2F | B | 14A | 58 | 30 |
| Octal | 344 | 17 | 170 | 0 | 135 | 57 | 13 | 512 | 130 | 60 |
| Binary | 11100100 | 1111 | 1111000 | 0 | 1011101 | 101111 | 1011 | 101001010 | 1011000 | 110000 |
Color Harmonies of #E40F78
Complementary color
Monochromatic Colors of #E40F78
Black with #E40F78
Text Example
Text Example
White with #E40F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40F78; }
p { color: rgb(228,15,120); }
H1.HeaderClassName
{
color: #E40F78;
}
.AnyTagClassName
{
color: #E40F78;
}
</style>
background-color css
<style>
a { background-color: #E40F78; }
a { background-color: rgb(228,15,120); }
div.DivClassName
{
background-color: #E40F78;
}
.BgClassName
{
background-color: #E40F78;
}
</style>
border-color css
<style>
span { border-color: #E40F78; }
span { border-color: rgb(228,15,120); }
td.TdClassName
{
border-color: #E40F78;
}
.TagClassName
{
border-color: #E40F78;
}
</style>