#EA176B

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

Shades of Ruby #EA176B

Tints of Ruby #EA176B

Color information

#EA176B (or 0xEA176B) is unknown color: approx Ruby. HEX triplet: EA, 17 and 6B. RGB value is (234,23,107). Sum of RGB (Red+Green+Blue) = 234+23+107=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 23 (9.38% from 255 or 6.32% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA176B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA176B is #15E894. Grayscale: #5F5F5F. Windows color (decimal): -1435797 or 7018474. OLE color: 7018474.

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

Color convert

RGB23423107-
CMYK00.900.540.08
HSL336.11º83.4%50.39%-
HSV(B)336.11º90.17%91.76%-
XYZ36.8919.1715.67-
YUV95.66134.4226.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 64.29%
GREEN value IS 23 (9.38% from 255) = 6.32%
BLUE value IS 107 (42.19% from 255) = 29.40%
R=64.29%
G=6.32%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342310700.900.540.08336.1183.450.39
HexEA176B05A3681505332
Octal352271530132661052012362
Binary111010101011111010110101101011011010001010100001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA176B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA176B; }

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

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

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

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

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

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

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

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