#EA176A

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

Shades of Ruby #EA176A

Tints of Ruby #EA176A

Color information

#EA176A (or 0xEA176A) is unknown color: approx Ruby. HEX triplet: EA, 17 and 6A. RGB value is (234,23,106). Sum of RGB (Red+Green+Blue) = 234+23+106=363 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.46% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 234 - color contains mainly: red. Hex color #EA176A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA176A is #15E895. Grayscale: #5F5F5F. Windows color (decimal): -1435798 or 6952938. OLE color: 6952938.

HSL color Cylindrical-coordinate representation of color #EA176A: hue angle of 336.4º 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 #EA176A is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB23423106-
CMYK00.900.550.08
HSL336.4º83.4%50.39%-
HSV(B)336.4º90.17%91.76%-
XYZ36.8419.1515.39-
YUV95.55133.9226.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 64.46%
GREEN value IS 23 (9.38% from 255) = 6.34%
BLUE value IS 106 (41.80% from 255) = 29.20%
R=64.46%
G=6.34%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342310600.900.550.08336.483.450.39
HexEA176A05A3781505332
Octal352271520132671052012362
Binary111010101011111010100101101011011110001010100001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA176A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA176A; }

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

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

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

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

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

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

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

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