Shades of Ruby #E00376
Tints of Ruby #E00376
RGB
CMYK
RGB Variations
Color information
#E00376 (or 0xE00376) is known color: Ruby. HEX triplet: E0, 03 and 76. RGB value is (224,3,118). Sum of RGB (Red+Green+Blue) = 224+3+118=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E00376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00376 is #1FFC89. Grayscale: #515151. Windows color (decimal): -2096266 or 7734240. OLE color: 7734240.
HSL color Cylindrical-coordinate representation of color #E00376: hue angle of 328.78º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00376 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 118 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.12 |
| HSL | 328.78º | 0.97% | 0.45% | - |
| HSV(B) | 328.78º | 0.99% | 0.88% | - |
| XYZ | 34.04 | 17.22 | 18.67 | - |
| YUV | 82.19 | 148.22 | 229.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 118 | 0 | 0.99 | 0.47 | 0.12 | 328.78 | 0.97 | 0.45 |
| Hex | E0 | 3 | 76 | 0 | 63 | 2F | C | 149 | 61 | 2D |
| Octal | 340 | 3 | 166 | 0 | 143 | 57 | 14 | 511 | 141 | 55 |
| Binary | 11100000 | 11 | 1110110 | 0 | 1100011 | 101111 | 1100 | 101001001 | 1100001 | 101101 |
Color Harmonies of #E00376
Complementary color
Monochromatic Colors of #E00376
Black with #E00376
Text Example
Text Example
White with #E00376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00376; }
p { color: rgb(224,3,118); }
H1.HeaderClassName
{
color: #E00376;
}
.AnyTagClassName
{
color: #E00376;
}
</style>
background-color css
<style>
a { background-color: #E00376; }
a { background-color: rgb(224,3,118); }
div.DivClassName
{
background-color: #E00376;
}
.BgClassName
{
background-color: #E00376;
}
</style>
border-color css
<style>
span { border-color: #E00376; }
span { border-color: rgb(224,3,118); }
td.TdClassName
{
border-color: #E00376;
}
.TagClassName
{
border-color: #E00376;
}
</style>