Shades of Ruby #E00377
Tints of Ruby #E00377
RGB
CMYK
RGB Variations
Color information
#E00377 (or 0xE00377) is known color: Ruby. HEX triplet: E0, 03 and 77. RGB value is (224,3,119). Sum of RGB (Red+Green+Blue) = 224+3+119=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E00377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00377 is #1FFC88. Grayscale: #525252. Windows color (decimal): -2096265 or 7799776. OLE color: 7799776.
HSL color Cylindrical-coordinate representation of color #E00377: hue angle of 328.51º 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 #E00377 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 119 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.12 |
| HSL | 328.51º | 0.97% | 0.45% | - |
| HSV(B) | 328.51º | 0.99% | 0.88% | - |
| XYZ | 34.1 | 17.24 | 18.98 | - |
| YUV | 82.3 | 148.72 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 119 | 0 | 0.99 | 0.47 | 0.12 | 328.51 | 0.97 | 0.45 |
| Hex | E0 | 3 | 77 | 0 | 63 | 2F | C | 149 | 61 | 2D |
| Octal | 340 | 3 | 167 | 0 | 143 | 57 | 14 | 511 | 141 | 55 |
| Binary | 11100000 | 11 | 1110111 | 0 | 1100011 | 101111 | 1100 | 101001001 | 1100001 | 101101 |
Color Harmonies of #E00377
Complementary color
Monochromatic Colors of #E00377
Black with #E00377
Text Example
Text Example
White with #E00377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00377; }
p { color: rgb(224,3,119); }
H1.HeaderClassName
{
color: #E00377;
}
.AnyTagClassName
{
color: #E00377;
}
</style>
background-color css
<style>
a { background-color: #E00377; }
a { background-color: rgb(224,3,119); }
div.DivClassName
{
background-color: #E00377;
}
.BgClassName
{
background-color: #E00377;
}
</style>
border-color css
<style>
span { border-color: #E00377; }
span { border-color: rgb(224,3,119); }
td.TdClassName
{
border-color: #E00377;
}
.TagClassName
{
border-color: #E00377;
}
</style>