#EA1A73

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

Shades of Ruby #EA1A73

Tints of Ruby #EA1A73

Color information

#EA1A73 (or 0xEA1A73) is unknown color: approx Ruby. HEX triplet: EA, 1A and 73. RGB value is (234,26,115). Sum of RGB (Red+Green+Blue) = 234+26+115=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1A73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA1A73 is #15E58C. Grayscale: #626262. Windows color (decimal): -1435021 or 7543530. OLE color: 7543530.

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

Color convert

RGB23426115-
CMYK00.890.510.08
HSL334.33º83.2%50.98%-
HSV(B)334.33º88.89%91.76%-
XYZ37.419.4718.01-
YUV98.34137.41224.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 62.4%
GREEN value IS 26 (10.55% from 255) = 6.93%
BLUE value IS 115 (45.31% from 255) = 30.67%
R=62.4%
G=6.93%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342611500.890.510.08334.3383.250.98
HexEA1A7305933814e5333
Octal352321630131631051612363
Binary111010101101011100110101100111001110001010011101010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA1A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA1A73; }

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

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

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

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

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

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

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

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