Shades of Ruby #E21878
Tints of Ruby #E21878
RGB
CMYK
RGB Variations
Color information
#E21878 (or 0xE21878) is known color: Ruby. HEX triplet: E2, 18 and 78. RGB value is (226,24,120). Sum of RGB (Red+Green+Blue) = 226+24+120=370 (49% of max value = 765). Red value is 226 (88.67% from 255 or 61.08% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 226 - color contains mainly: red. Hex color #E21878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21878 is #1DE787. Grayscale: #5F5F5F. Windows color (decimal): -1959816 or 7870690. OLE color: 7870690.
HSL color Cylindrical-coordinate representation of color #E21878: hue angle of 331.49º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E21878 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 24 | 120 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.11 |
| HSL | 331.49º | 0.81% | 0.49% | - |
| HSV(B) | 331.49º | 0.89% | 0.89% | - |
| XYZ | 35.08 | 18.18 | 19.43 | - |
| YUV | 95.34 | 141.92 | 221.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 24 | 120 | 0 | 0.89 | 0.47 | 0.11 | 331.49 | 0.81 | 0.49 |
| Hex | E2 | 18 | 78 | 0 | 59 | 2F | B | 14B | 51 | 31 |
| Octal | 342 | 30 | 170 | 0 | 131 | 57 | 13 | 513 | 121 | 61 |
| Binary | 11100010 | 11000 | 1111000 | 0 | 1011001 | 101111 | 1011 | 101001011 | 1010001 | 110001 |
Color Harmonies of #E21878
Complementary color
Monochromatic Colors of #E21878
Black with #E21878
Text Example
Text Example
White with #E21878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21878; }
p { color: rgb(226,24,120); }
H1.HeaderClassName
{
color: #E21878;
}
.AnyTagClassName
{
color: #E21878;
}
</style>
background-color css
<style>
a { background-color: #E21878; }
a { background-color: rgb(226,24,120); }
div.DivClassName
{
background-color: #E21878;
}
.BgClassName
{
background-color: #E21878;
}
</style>
border-color css
<style>
span { border-color: #E21878; }
span { border-color: rgb(226,24,120); }
td.TdClassName
{
border-color: #E21878;
}
.TagClassName
{
border-color: #E21878;
}
</style>