#E50379

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

Shades of Ruby #E50379

Tints of Ruby #E50379

Color information

#E50379 (or 0xE50379) is unknown color: approx Ruby. HEX triplet: E5, 03 and 79. RGB value is (229,3,121). Sum of RGB (Red+Green+Blue) = 229+3+121=353 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.87% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 229 - color contains mainly: red. Hex color #E50379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50379 is #1AFC86. Grayscale: #535353. Windows color (decimal): -1768583 or 7930853. OLE color: 7930853.

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

Color convert

RGB2293121-
CMYK00.990.470.10
HSL328.67º97.41%45.49%-
HSV(B)328.67º98.69%89.8%-
XYZ35.818.119.7-
YUV84.03148.87231.41-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 64.87%
GREEN value IS 3 (1.56% from 255) = 0.85%
BLUE value IS 121 (47.66% from 255) = 34.28%
R=64.87%
G=0.85%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229312100.990.470.10328.6797.4145.49
HexE53790632FA149612d
Octal34531710143571251114155
Binary111001011111110010110001110111110101010010011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E50379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E50379; }

 p { color: rgb(229,3,121); }

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

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

 a { background-color: rgb(229,3,121); }

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

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

 span { border-color: rgb(229,3,121); }

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