Shades of Ruby #E40278
Tints of Ruby #E40278
RGB
CMYK
RGB Variations
Color information
#E40278 (or 0xE40278) is known color: Ruby. HEX triplet: E4, 02 and 78. RGB value is (228,2,120). Sum of RGB (Red+Green+Blue) = 228+2+120=350 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.14% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 228 - color contains mainly: red. Hex color #E40278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40278 is #1BFD87. Grayscale: #525252. Windows color (decimal): -1834376 or 7865060. OLE color: 7865060.
HSL color Cylindrical-coordinate representation of color #E40278: hue angle of 328.67º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E40278 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 2 | 120 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.11 |
| HSL | 328.67º | 0.98% | 0.45% | - |
| HSV(B) | 328.67º | 0.99% | 0.89% | - |
| XYZ | 35.41 | 17.89 | 19.36 | - |
| YUV | 83.03 | 148.87 | 231.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 2 | 120 | 0 | 0.99 | 0.47 | 0.11 | 328.67 | 0.98 | 0.45 |
| Hex | E4 | 2 | 78 | 0 | 63 | 2F | B | 149 | 62 | 2D |
| Octal | 344 | 2 | 170 | 0 | 143 | 57 | 13 | 511 | 142 | 55 |
| Binary | 11100100 | 10 | 1111000 | 0 | 1100011 | 101111 | 1011 | 101001001 | 1100010 | 101101 |
Color Harmonies of #E40278
Complementary color
Monochromatic Colors of #E40278
Black with #E40278
Text Example
Text Example
White with #E40278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40278; }
p { color: rgb(228,2,120); }
H1.HeaderClassName
{
color: #E40278;
}
.AnyTagClassName
{
color: #E40278;
}
</style>
background-color css
<style>
a { background-color: #E40278; }
a { background-color: rgb(228,2,120); }
div.DivClassName
{
background-color: #E40278;
}
.BgClassName
{
background-color: #E40278;
}
</style>
border-color css
<style>
span { border-color: #E40278; }
span { border-color: rgb(228,2,120); }
td.TdClassName
{
border-color: #E40278;
}
.TagClassName
{
border-color: #E40278;
}
</style>