Shades of Ruby #E30D7A
Tints of Ruby #E30D7A
RGB
CMYK
RGB Variations
Color information
#E30D7A (or 0xE30D7A) is known color: Ruby. HEX triplet: E3, 0D and 7A. RGB value is (227,13,122). Sum of RGB (Red+Green+Blue) = 227+13+122=362 (47% of max value = 765). Red value is 227 (89.06% from 255 or 62.71% from 362); Green value is 13 (5.47% from 255 or 3.59% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 227 - color contains mainly: red. Hex color #E30D7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30D7A is #1CF285. Grayscale: #595959. Windows color (decimal): -1897094 or 7998947. OLE color: 7998947.
HSL color Cylindrical-coordinate representation of color #E30D7A: hue angle of 329.44º 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 #E30D7A is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 13 | 122 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.11 |
| HSL | 329.44º | 0.89% | 0.47% | - |
| HSV(B) | 329.44º | 0.94% | 0.89% | - |
| XYZ | 35.34 | 18.02 | 20.03 | - |
| YUV | 89.41 | 146.4 | 226.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 13 | 122 | 0 | 0.94 | 0.46 | 0.11 | 329.44 | 0.89 | 0.47 |
| Hex | E3 | D | 7A | 0 | 5E | 2E | B | 149 | 59 | 2F |
| Octal | 343 | 15 | 172 | 0 | 136 | 56 | 13 | 511 | 131 | 57 |
| Binary | 11100011 | 1101 | 1111010 | 0 | 1011110 | 101110 | 1011 | 101001001 | 1011001 | 101111 |
Color Harmonies of #E30D7A
Complementary color
Monochromatic Colors of #E30D7A
Black with #E30D7A
Text Example
Text Example
White with #E30D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30D7A; }
p { color: rgb(227,13,122); }
H1.HeaderClassName
{
color: #E30D7A;
}
.AnyTagClassName
{
color: #E30D7A;
}
</style>
background-color css
<style>
a { background-color: #E30D7A; }
a { background-color: rgb(227,13,122); }
div.DivClassName
{
background-color: #E30D7A;
}
.BgClassName
{
background-color: #E30D7A;
}
</style>
border-color css
<style>
span { border-color: #E30D7A; }
span { border-color: rgb(227,13,122); }
td.TdClassName
{
border-color: #E30D7A;
}
.TagClassName
{
border-color: #E30D7A;
}
</style>