Shades of Ruby #E20374
Tints of Ruby #E20374
RGB
CMYK
RGB Variations
Color information
#E20374 (or 0xE20374) is known color: Ruby. HEX triplet: E2, 03 and 74. RGB value is (226,3,116). Sum of RGB (Red+Green+Blue) = 226+3+116=345 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.51% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 226 - color contains mainly: red. Hex color #E20374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20374 is #1DFC8B. Grayscale: #525252. Windows color (decimal): -1965196 or 7603170. OLE color: 7603170.
HSL color Cylindrical-coordinate representation of color #E20374: hue angle of 329.6º 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 #E20374 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 3 | 116 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.11 |
| HSL | 329.6º | 0.97% | 0.45% | - |
| HSV(B) | 329.6º | 0.99% | 0.89% | - |
| XYZ | 34.55 | 17.49 | 18.08 | - |
| YUV | 82.56 | 146.88 | 230.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 116 | 0 | 0.99 | 0.49 | 0.11 | 329.6 | 0.97 | 0.45 |
| Hex | E2 | 3 | 74 | 0 | 63 | 31 | B | 14A | 61 | 2D |
| Octal | 342 | 3 | 164 | 0 | 143 | 61 | 13 | 512 | 141 | 55 |
| Binary | 11100010 | 11 | 1110100 | 0 | 1100011 | 110001 | 1011 | 101001010 | 1100001 | 101101 |
Color Harmonies of #E20374
Complementary color
Monochromatic Colors of #E20374
Black with #E20374
Text Example
Text Example
White with #E20374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20374; }
p { color: rgb(226,3,116); }
H1.HeaderClassName
{
color: #E20374;
}
.AnyTagClassName
{
color: #E20374;
}
</style>
background-color css
<style>
a { background-color: #E20374; }
a { background-color: rgb(226,3,116); }
div.DivClassName
{
background-color: #E20374;
}
.BgClassName
{
background-color: #E20374;
}
</style>
border-color css
<style>
span { border-color: #E20374; }
span { border-color: rgb(226,3,116); }
td.TdClassName
{
border-color: #E20374;
}
.TagClassName
{
border-color: #E20374;
}
</style>