#EA1773

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

Shades of Ruby #EA1773

Tints of Ruby #EA1773

Color information

#EA1773 (or 0xEA1773) is unknown color: approx Ruby. HEX triplet: EA, 17 and 73. RGB value is (234,23,115). Sum of RGB (Red+Green+Blue) = 234+23+115=372 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.90% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1773 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1773 is #15E88C. Grayscale: #606060. Windows color (decimal): -1435789 or 7542762. OLE color: 7542762.

HSL color Cylindrical-coordinate representation of color #EA1773: hue angle of 333.84º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1773 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB23423115-
CMYK00.900.510.08
HSL333.84º83.4%50.39%-
HSV(B)333.84º90.17%91.76%-
XYZ37.3319.3417.99-
YUV96.58138.4226.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 62.90%
GREEN value IS 23 (9.38% from 255) = 6.18%
BLUE value IS 115 (45.31% from 255) = 30.91%
R=62.90%
G=6.18%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342311500.900.510.08333.8483.450.39
HexEA177305A33814e5332
Octal352271630132631051612362
Binary111010101011111100110101101011001110001010011101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA1773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA1773; }

 p { color: rgb(234,23,115); }

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

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

 a { background-color: rgb(234,23,115); }

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

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

 span { border-color: rgb(234,23,115); }

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