Shades of Ruby #E00277
Tints of Ruby #E00277
RGB
CMYK
RGB Variations
Color information
#E00277 (or 0xE00277) is known color: Ruby. HEX triplet: E0, 02 and 77. RGB value is (224,2,119). Sum of RGB (Red+Green+Blue) = 224+2+119=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E00277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00277 is #1FFD88. Grayscale: #515151. Windows color (decimal): -2096521 or 7799520. OLE color: 7799520.
HSL color Cylindrical-coordinate representation of color #E00277: hue angle of 328.38º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00277 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 119 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.12 |
| HSL | 328.38º | 0.98% | 0.44% | - |
| HSV(B) | 328.38º | 0.99% | 0.88% | - |
| XYZ | 34.09 | 17.22 | 18.98 | - |
| YUV | 81.72 | 149.05 | 229.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 119 | 0 | 0.99 | 0.47 | 0.12 | 328.38 | 0.98 | 0.44 |
| Hex | E0 | 2 | 77 | 0 | 63 | 2F | C | 148 | 62 | 2C |
| Octal | 340 | 2 | 167 | 0 | 143 | 57 | 14 | 510 | 142 | 54 |
| Binary | 11100000 | 10 | 1110111 | 0 | 1100011 | 101111 | 1100 | 101001000 | 1100010 | 101100 |
Color Harmonies of #E00277
Complementary color
Monochromatic Colors of #E00277
Black with #E00277
Text Example
Text Example
White with #E00277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00277; }
p { color: rgb(224,2,119); }
H1.HeaderClassName
{
color: #E00277;
}
.AnyTagClassName
{
color: #E00277;
}
</style>
background-color css
<style>
a { background-color: #E00277; }
a { background-color: rgb(224,2,119); }
div.DivClassName
{
background-color: #E00277;
}
.BgClassName
{
background-color: #E00277;
}
</style>
border-color css
<style>
span { border-color: #E00277; }
span { border-color: rgb(224,2,119); }
td.TdClassName
{
border-color: #E00277;
}
.TagClassName
{
border-color: #E00277;
}
</style>