Shades of Ruby #E30375
Tints of Ruby #E30375
RGB
CMYK
RGB Variations
Color information
#E30375 (or 0xE30375) is known color: Ruby. HEX triplet: E3, 03 and 75. RGB value is (227,3,117). Sum of RGB (Red+Green+Blue) = 227+3+117=347 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.42% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 227 - color contains mainly: red. Hex color #E30375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30375 is #1CFC8A. Grayscale: #525252. Windows color (decimal): -1899659 or 7668707. OLE color: 7668707.
HSL color Cylindrical-coordinate representation of color #E30375: hue angle of 329.46º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E30375 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 3 | 117 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.11 |
| HSL | 329.46º | 0.97% | 0.45% | - |
| HSV(B) | 329.46º | 0.99% | 0.89% | - |
| XYZ | 34.92 | 17.68 | 18.4 | - |
| YUV | 82.97 | 147.21 | 230.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 3 | 117 | 0 | 0.99 | 0.48 | 0.11 | 329.46 | 0.97 | 0.45 |
| Hex | E3 | 3 | 75 | 0 | 63 | 30 | B | 149 | 61 | 2D |
| Octal | 343 | 3 | 165 | 0 | 143 | 60 | 13 | 511 | 141 | 55 |
| Binary | 11100011 | 11 | 1110101 | 0 | 1100011 | 110000 | 1011 | 101001001 | 1100001 | 101101 |
Color Harmonies of #E30375
Complementary color
Monochromatic Colors of #E30375
Black with #E30375
Text Example
Text Example
White with #E30375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30375; }
p { color: rgb(227,3,117); }
H1.HeaderClassName
{
color: #E30375;
}
.AnyTagClassName
{
color: #E30375;
}
</style>
background-color css
<style>
a { background-color: #E30375; }
a { background-color: rgb(227,3,117); }
div.DivClassName
{
background-color: #E30375;
}
.BgClassName
{
background-color: #E30375;
}
</style>
border-color css
<style>
span { border-color: #E30375; }
span { border-color: rgb(227,3,117); }
td.TdClassName
{
border-color: #E30375;
}
.TagClassName
{
border-color: #E30375;
}
</style>