Shades of Ruby #E30B76
Tints of Ruby #E30B76
RGB
CMYK
RGB Variations
Color information
#E30B76 (or 0xE30B76) is known color: Ruby. HEX triplet: E3, 0B and 76. RGB value is (227,11,118). Sum of RGB (Red+Green+Blue) = 227+11+118=356 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.76% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 227 - color contains mainly: red. Hex color #E30B76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30B76 is #1CF489. Grayscale: #575757. Windows color (decimal): -1897610 or 7736291. OLE color: 7736291.
HSL color Cylindrical-coordinate representation of color #E30B76: hue angle of 330.28º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E30B76 is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 11 | 118 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.11 |
| HSL | 330.28º | 0.91% | 0.47% | - |
| HSV(B) | 330.28º | 0.95% | 0.89% | - |
| XYZ | 35.07 | 17.88 | 18.74 | - |
| YUV | 87.78 | 145.06 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 11 | 118 | 0 | 0.95 | 0.48 | 0.11 | 330.28 | 0.91 | 0.47 |
| Hex | E3 | B | 76 | 0 | 5F | 30 | B | 14A | 5B | 2F |
| Octal | 343 | 13 | 166 | 0 | 137 | 60 | 13 | 512 | 133 | 57 |
| Binary | 11100011 | 1011 | 1110110 | 0 | 1011111 | 110000 | 1011 | 101001010 | 1011011 | 101111 |
Color Harmonies of #E30B76
Complementary color
Monochromatic Colors of #E30B76
Black with #E30B76
Text Example
Text Example
White with #E30B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30B76; }
p { color: rgb(227,11,118); }
H1.HeaderClassName
{
color: #E30B76;
}
.AnyTagClassName
{
color: #E30B76;
}
</style>
background-color css
<style>
a { background-color: #E30B76; }
a { background-color: rgb(227,11,118); }
div.DivClassName
{
background-color: #E30B76;
}
.BgClassName
{
background-color: #E30B76;
}
</style>
border-color css
<style>
span { border-color: #E30B76; }
span { border-color: rgb(227,11,118); }
td.TdClassName
{
border-color: #E30B76;
}
.TagClassName
{
border-color: #E30B76;
}
</style>