Shades of Ruby #E30D78
Tints of Ruby #E30D78
RGB
CMYK
RGB Variations
Color information
#E30D78 (or 0xE30D78) is known color: Ruby. HEX triplet: E3, 0D and 78. RGB value is (227,13,120). Sum of RGB (Red+Green+Blue) = 227+13+120=360 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.06% from 360); Green value is 13 (5.47% from 255 or 3.61% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 227 - color contains mainly: red. Hex color #E30D78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30D78 is #1CF287. Grayscale: #585858. Windows color (decimal): -1897096 or 7867875. OLE color: 7867875.
HSL color Cylindrical-coordinate representation of color #E30D78: hue angle of 330º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30D78 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 13 | 120 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.11 |
| HSL | 330º | 0.89% | 0.47% | - |
| HSV(B) | 330º | 0.94% | 0.89% | - |
| XYZ | 35.21 | 17.97 | 19.38 | - |
| YUV | 89.18 | 145.4 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 13 | 120 | 0 | 0.94 | 0.47 | 0.11 | 330 | 0.89 | 0.47 |
| Hex | E3 | D | 78 | 0 | 5E | 2F | B | 14A | 59 | 2F |
| Octal | 343 | 15 | 170 | 0 | 136 | 57 | 13 | 512 | 131 | 57 |
| Binary | 11100011 | 1101 | 1111000 | 0 | 1011110 | 101111 | 1011 | 101001010 | 1011001 | 101111 |
Color Harmonies of #E30D78
Complementary color
Monochromatic Colors of #E30D78
Black with #E30D78
Text Example
Text Example
White with #E30D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30D78; }
p { color: rgb(227,13,120); }
H1.HeaderClassName
{
color: #E30D78;
}
.AnyTagClassName
{
color: #E30D78;
}
</style>
background-color css
<style>
a { background-color: #E30D78; }
a { background-color: rgb(227,13,120); }
div.DivClassName
{
background-color: #E30D78;
}
.BgClassName
{
background-color: #E30D78;
}
</style>
border-color css
<style>
span { border-color: #E30D78; }
span { border-color: rgb(227,13,120); }
td.TdClassName
{
border-color: #E30D78;
}
.TagClassName
{
border-color: #E30D78;
}
</style>