#E50778

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

Shades of Ruby #E50778

Tints of Ruby #E50778

Color information

#E50778 (or 0xE50778) is unknown color: approx Ruby. HEX triplet: E5, 07 and 78. RGB value is (229,7,120). Sum of RGB (Red+Green+Blue) = 229+7+120=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E50778 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50778 is #1AF887. Grayscale: #565656. Windows color (decimal): -1767560 or 7866341. OLE color: 7866341.

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

Color convert

RGB2297120-
CMYK00.970.480.10
HSL329.46º94.07%46.27%-
HSV(B)329.46º96.94%89.8%-
XYZ35.7818.1719.39-
YUV86.26147.05229.81-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 64.33%
GREEN value IS 7 (3.12% from 255) = 1.97%
BLUE value IS 120 (47.27% from 255) = 33.71%
R=64.33%
G=1.97%
B=33.71%

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
Decimal229712000.970.480.10329.4694.0746.27
HexE577806130A1495e2e
Octal34571700141601251113656
Binary1110010111111110000110000111000010101010010011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E50778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E50778; }

 p { color: rgb(229,7,120); }

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

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

 a { background-color: rgb(229,7,120); }

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

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

 span { border-color: rgb(229,7,120); }

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