Shades of Ruby #E30A6C
Tints of Ruby #E30A6C
RGB
CMYK
RGB Variations
Color information
#E30A6C (or 0xE30A6C) is known color: Ruby. HEX triplet: E3, 0A and 6C. RGB value is (227,10,108). Sum of RGB (Red+Green+Blue) = 227+10+108=345 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.80% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 227 - color contains mainly: red. Hex color #E30A6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30A6C is #1CF593. Grayscale: #555555. Windows color (decimal): -1897876 or 7080675. OLE color: 7080675.
HSL color Cylindrical-coordinate representation of color #E30A6C: hue angle of 332.9º 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 #E30A6C is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 10 | 108 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.11 |
| HSL | 332.9º | 0.92% | 0.46% | - |
| HSV(B) | 332.9º | 0.96% | 0.89% | - |
| XYZ | 34.49 | 17.63 | 15.77 | - |
| YUV | 86.06 | 140.39 | 228.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 10 | 108 | 0 | 0.96 | 0.52 | 0.11 | 332.9 | 0.92 | 0.46 |
| Hex | E3 | A | 6C | 0 | 60 | 34 | B | 14D | 5C | 2E |
| Octal | 343 | 12 | 154 | 0 | 140 | 64 | 13 | 515 | 134 | 56 |
| Binary | 11100011 | 1010 | 1101100 | 0 | 1100000 | 110100 | 1011 | 101001101 | 1011100 | 101110 |
Color Harmonies of #E30A6C
Complementary color
Monochromatic Colors of #E30A6C
Black with #E30A6C
Text Example
Text Example
White with #E30A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30A6C; }
p { color: rgb(227,10,108); }
H1.HeaderClassName
{
color: #E30A6C;
}
.AnyTagClassName
{
color: #E30A6C;
}
</style>
background-color css
<style>
a { background-color: #E30A6C; }
a { background-color: rgb(227,10,108); }
div.DivClassName
{
background-color: #E30A6C;
}
.BgClassName
{
background-color: #E30A6C;
}
</style>
border-color css
<style>
span { border-color: #E30A6C; }
span { border-color: rgb(227,10,108); }
td.TdClassName
{
border-color: #E30A6C;
}
.TagClassName
{
border-color: #E30A6C;
}
</style>