#E20579

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

Shades of Ruby #E20579

Tints of Ruby #E20579

Color information

#E20579 (or 0xE20579) is unknown color: approx Ruby. HEX triplet: E2, 05 and 79. RGB value is (226,5,121). Sum of RGB (Red+Green+Blue) = 226+5+121=352 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.20% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 226 - color contains mainly: red. Hex color #E20579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20579 is #1DFA86. Grayscale: #545454. Windows color (decimal): -1964679 or 7931362. OLE color: 7931362.

HSL color Cylindrical-coordinate representation of color #E20579: hue angle of 328.51º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E20579 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB2265121-
CMYK00.980.460.11
HSL328.51º95.67%45.29%-
HSV(B)328.51º97.79%88.63%-
XYZ34.8717.6619.66-
YUV84.3148.72229.07-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 64.20%
GREEN value IS 5 (2.34% from 255) = 1.42%
BLUE value IS 121 (47.66% from 255) = 34.38%
R=64.20%
G=1.42%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226512100.980.460.11328.5195.6745.29
HexE25790622EB149602d
Octal34251710142561351114055
Binary1110001010111110010110001010111010111010010011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20579; }

 p { color: rgb(226,5,121); }

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

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

 a { background-color: rgb(226,5,121); }

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

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

 span { border-color: rgb(226,5,121); }

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