Shades of Ruby #E30278
Tints of Ruby #E30278
RGB
CMYK
RGB Variations
Color information
#E30278 (or 0xE30278) is known color: Ruby. HEX triplet: E3, 02 and 78. RGB value is (227,2,120). Sum of RGB (Red+Green+Blue) = 227+2+120=349 (46% of max value = 765). Red value is 227 (89.06% from 255 or 65.04% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 227 - color contains mainly: red. Hex color #E30278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30278 is #1CFD87. Grayscale: #525252. Windows color (decimal): -1899912 or 7865059. OLE color: 7865059.
HSL color Cylindrical-coordinate representation of color #E30278: hue angle of 328.53º degrees, saturation: 0.98, 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 #E30278 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 2 | 120 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.11 |
| HSL | 328.53º | 0.98% | 0.45% | - |
| HSV(B) | 328.53º | 0.99% | 0.89% | - |
| XYZ | 35.09 | 17.73 | 19.34 | - |
| YUV | 82.73 | 149.04 | 230.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 2 | 120 | 0 | 0.99 | 0.47 | 0.11 | 328.53 | 0.98 | 0.45 |
| Hex | E3 | 2 | 78 | 0 | 63 | 2F | B | 149 | 62 | 2D |
| Octal | 343 | 2 | 170 | 0 | 143 | 57 | 13 | 511 | 142 | 55 |
| Binary | 11100011 | 10 | 1111000 | 0 | 1100011 | 101111 | 1011 | 101001001 | 1100010 | 101101 |
Color Harmonies of #E30278
Complementary color
Monochromatic Colors of #E30278
Black with #E30278
Text Example
Text Example
White with #E30278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30278; }
p { color: rgb(227,2,120); }
H1.HeaderClassName
{
color: #E30278;
}
.AnyTagClassName
{
color: #E30278;
}
</style>
background-color css
<style>
a { background-color: #E30278; }
a { background-color: rgb(227,2,120); }
div.DivClassName
{
background-color: #E30278;
}
.BgClassName
{
background-color: #E30278;
}
</style>
border-color css
<style>
span { border-color: #E30278; }
span { border-color: rgb(227,2,120); }
td.TdClassName
{
border-color: #E30278;
}
.TagClassName
{
border-color: #E30278;
}
</style>