Shades of Ruby #E30F62
Tints of Ruby #E30F62
RGB
CMYK
RGB Variations
Color information
#E30F62 (or 0xE30F62) is known color: Ruby. HEX triplet: E3, 0F and 62. RGB value is (227,15,98). Sum of RGB (Red+Green+Blue) = 227+15+98=340 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.76% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 227 - color contains mainly: red. Hex color #E30F62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30F62 is #1CF09D. Grayscale: #575757. Windows color (decimal): -1896606 or 6426595. OLE color: 6426595.
HSL color Cylindrical-coordinate representation of color #E30F62: hue angle of 336.51º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E30F62 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 15 | 98 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.11 |
| HSL | 336.51º | 0.88% | 0.47% | - |
| HSV(B) | 336.51º | 0.93% | 0.89% | - |
| XYZ | 34.05 | 17.55 | 13.15 | - |
| YUV | 87.85 | 133.74 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 98 | 0 | 0.93 | 0.57 | 0.11 | 336.51 | 0.88 | 0.47 |
| Hex | E3 | F | 62 | 0 | 5D | 39 | B | 151 | 58 | 2F |
| Octal | 343 | 17 | 142 | 0 | 135 | 71 | 13 | 521 | 130 | 57 |
| Binary | 11100011 | 1111 | 1100010 | 0 | 1011101 | 111001 | 1011 | 101010001 | 1011000 | 101111 |
Color Harmonies of #E30F62
Complementary color
Monochromatic Colors of #E30F62
Black with #E30F62
Text Example
Text Example
White with #E30F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30F62; }
p { color: rgb(227,15,98); }
H1.HeaderClassName
{
color: #E30F62;
}
.AnyTagClassName
{
color: #E30F62;
}
</style>
background-color css
<style>
a { background-color: #E30F62; }
a { background-color: rgb(227,15,98); }
div.DivClassName
{
background-color: #E30F62;
}
.BgClassName
{
background-color: #E30F62;
}
</style>
border-color css
<style>
span { border-color: #E30F62; }
span { border-color: rgb(227,15,98); }
td.TdClassName
{
border-color: #E30F62;
}
.TagClassName
{
border-color: #E30F62;
}
</style>