Shades of Ruby #E30878
Tints of Ruby #E30878
RGB
CMYK
RGB Variations
Color information
#E30878 (or 0xE30878) is known color: Ruby. HEX triplet: E3, 08 and 78. RGB value is (227,8,120). Sum of RGB (Red+Green+Blue) = 227+8+120=355 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.94% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 227 - color contains mainly: red. Hex color #E30878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30878 is #1CF787. Grayscale: #565656. Windows color (decimal): -1898376 or 7866595. OLE color: 7866595.
HSL color Cylindrical-coordinate representation of color #E30878: hue angle of 329.32º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30878 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 8 | 120 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.11 |
| HSL | 329.32º | 0.93% | 0.46% | - |
| HSV(B) | 329.32º | 0.96% | 0.89% | - |
| XYZ | 35.16 | 17.86 | 19.36 | - |
| YUV | 86.25 | 147.05 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 8 | 120 | 0 | 0.96 | 0.47 | 0.11 | 329.32 | 0.93 | 0.46 |
| Hex | E3 | 8 | 78 | 0 | 60 | 2F | B | 149 | 5D | 2E |
| Octal | 343 | 10 | 170 | 0 | 140 | 57 | 13 | 511 | 135 | 56 |
| Binary | 11100011 | 1000 | 1111000 | 0 | 1100000 | 101111 | 1011 | 101001001 | 1011101 | 101110 |
Color Harmonies of #E30878
Complementary color
Monochromatic Colors of #E30878
Black with #E30878
Text Example
Text Example
White with #E30878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30878; }
p { color: rgb(227,8,120); }
H1.HeaderClassName
{
color: #E30878;
}
.AnyTagClassName
{
color: #E30878;
}
</style>
background-color css
<style>
a { background-color: #E30878; }
a { background-color: rgb(227,8,120); }
div.DivClassName
{
background-color: #E30878;
}
.BgClassName
{
background-color: #E30878;
}
</style>
border-color css
<style>
span { border-color: #E30878; }
span { border-color: rgb(227,8,120); }
td.TdClassName
{
border-color: #E30878;
}
.TagClassName
{
border-color: #E30878;
}
</style>