#E50876

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

Shades of Ruby #E50876

Tints of Ruby #E50876

Color information

#E50876 (or 0xE50876) is unknown color: approx Ruby. HEX triplet: E5, 08 and 76. RGB value is (229,8,118). Sum of RGB (Red+Green+Blue) = 229+8+118=355 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.51% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 229 - color contains mainly: red. Hex color #E50876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50876 is #1AF789. Grayscale: #565656. Windows color (decimal): -1767306 or 7735525. OLE color: 7735525.

HSL color Cylindrical-coordinate representation of color #E50876: hue angle of 330.14º 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 #E50876 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB2298118-
CMYK00.970.480.10
HSL330.14º93.25%46.47%-
HSV(B)330.14º96.51%89.8%-
XYZ35.6718.1418.76-
YUV86.62145.72229.56-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 64.51%
GREEN value IS 8 (3.52% from 255) = 2.25%
BLUE value IS 118 (46.48% from 255) = 33.24%
R=64.51%
G=2.25%
B=33.24%

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
Decimal229811800.970.480.10330.1493.2546.47
HexE587606130A14a5d2e
Octal345101660141601251213556
Binary11100101100011101100110000111000010101010010101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E50876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E50876; }

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

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

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

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

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

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

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

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