Shades of Ruby #E30A68
Tints of Ruby #E30A68
RGB
CMYK
RGB Variations
Color information
#E30A68 (or 0xE30A68) is known color: Ruby. HEX triplet: E3, 0A and 68. RGB value is (227,10,104). Sum of RGB (Red+Green+Blue) = 227+10+104=341 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.57% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 227 - color contains mainly: red. Hex color #E30A68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30A68 is #1CF597. Grayscale: #555555. Windows color (decimal): -1897880 or 6818531. OLE color: 6818531.
HSL color Cylindrical-coordinate representation of color #E30A68: hue angle of 334.01º degrees, saturation: 0.92, 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 #E30A68 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 10 | 104 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.11 |
| HSL | 334.01º | 0.92% | 0.46% | - |
| HSV(B) | 334.01º | 0.96% | 0.89% | - |
| XYZ | 34.29 | 17.55 | 14.68 | - |
| YUV | 85.6 | 138.39 | 228.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 10 | 104 | 0 | 0.96 | 0.54 | 0.11 | 334.01 | 0.92 | 0.46 |
| Hex | E3 | A | 68 | 0 | 60 | 36 | B | 14E | 5C | 2E |
| Octal | 343 | 12 | 150 | 0 | 140 | 66 | 13 | 516 | 134 | 56 |
| Binary | 11100011 | 1010 | 1101000 | 0 | 1100000 | 110110 | 1011 | 101001110 | 1011100 | 101110 |
Color Harmonies of #E30A68
Complementary color
Monochromatic Colors of #E30A68
Black with #E30A68
Text Example
Text Example
White with #E30A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30A68; }
p { color: rgb(227,10,104); }
H1.HeaderClassName
{
color: #E30A68;
}
.AnyTagClassName
{
color: #E30A68;
}
</style>
background-color css
<style>
a { background-color: #E30A68; }
a { background-color: rgb(227,10,104); }
div.DivClassName
{
background-color: #E30A68;
}
.BgClassName
{
background-color: #E30A68;
}
</style>
border-color css
<style>
span { border-color: #E30A68; }
span { border-color: rgb(227,10,104); }
td.TdClassName
{
border-color: #E30A68;
}
.TagClassName
{
border-color: #E30A68;
}
</style>