Shades of Ruby #E10278
Tints of Ruby #E10278
RGB
CMYK
RGB Variations
Color information
#E10278 (or 0xE10278) is known color: Ruby. HEX triplet: E1, 02 and 78. RGB value is (225,2,120). Sum of RGB (Red+Green+Blue) = 225+2+120=347 (45% of max value = 765). Red value is 225 (88.28% from 255 or 64.84% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 225 - color contains mainly: red. Hex color #E10278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10278 is #1EFD87. Grayscale: #515151. Windows color (decimal): -2030984 or 7865057. OLE color: 7865057.
HSL color Cylindrical-coordinate representation of color #E10278: hue angle of 328.25º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E10278 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 120 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.12 |
| HSL | 328.25º | 0.98% | 0.45% | - |
| HSV(B) | 328.25º | 0.99% | 0.88% | - |
| XYZ | 34.46 | 17.41 | 19.31 | - |
| YUV | 82.13 | 149.38 | 229.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 120 | 0 | 0.99 | 0.47 | 0.12 | 328.25 | 0.98 | 0.45 |
| Hex | E1 | 2 | 78 | 0 | 63 | 2F | C | 148 | 62 | 2D |
| Octal | 341 | 2 | 170 | 0 | 143 | 57 | 14 | 510 | 142 | 55 |
| Binary | 11100001 | 10 | 1111000 | 0 | 1100011 | 101111 | 1100 | 101001000 | 1100010 | 101101 |
Color Harmonies of #E10278
Complementary color
Monochromatic Colors of #E10278
Black with #E10278
Text Example
Text Example
White with #E10278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10278; }
p { color: rgb(225,2,120); }
H1.HeaderClassName
{
color: #E10278;
}
.AnyTagClassName
{
color: #E10278;
}
</style>
background-color css
<style>
a { background-color: #E10278; }
a { background-color: rgb(225,2,120); }
div.DivClassName
{
background-color: #E10278;
}
.BgClassName
{
background-color: #E10278;
}
</style>
border-color css
<style>
span { border-color: #E10278; }
span { border-color: rgb(225,2,120); }
td.TdClassName
{
border-color: #E10278;
}
.TagClassName
{
border-color: #E10278;
}
</style>