#E50877

Color #E50877 Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #E50877

Tints of Ruby #E50877

Color information

#E50877 (or 0xE50877) is unknown color: approx Ruby. HEX triplet: E5, 08 and 77. RGB value is (229,8,119). Sum of RGB (Red+Green+Blue) = 229+8+119=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E50877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50877 is #1AF788. Grayscale: #565656. Windows color (decimal): -1767305 or 7801061. OLE color: 7801061.

HSL color Cylindrical-coordinate representation of color #E50877: hue angle of 329.86º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E50877 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB2298119-
CMYK00.970.480.10
HSL329.86º93.25%46.47%-
HSV(B)329.86º96.51%89.8%-
XYZ35.7318.1619.08-
YUV86.73146.22229.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 64.33%
GREEN value IS 8 (3.52% from 255) = 2.25%
BLUE value IS 119 (46.88% from 255) = 33.43%
R=64.33%
G=2.25%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229811900.970.480.10329.8693.2546.47
HexE587706130A14a5d2e
Octal345101670141601251213556
Binary11100101100011101110110000111000010101010010101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E50877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E50877; }

 p { color: rgb(229,8,119); }

 H1.HeaderClassName
 {
   color: #E50877;
 }
 .AnyTagClassName
 {
   color: #E50877;
 }
</style>
background-color css

<style>
 a { background-color: #E50877; }

 a { background-color: rgb(229,8,119); }

 div.DivClassName
 {
   background-color: #E50877;
 }
 .BgClassName
 {
   background-color: #E50877;
 }
</style>
border-color css

<style>
 span { border-color: #E50877; }

 span { border-color: rgb(229,8,119); }

 td.TdClassName
 {
   border-color: #E50877;
 }
 .TagClassName
 {
   border-color: #E50877;
 }
</style>