#EA176C

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

Shades of Ruby #EA176C

Tints of Ruby #EA176C

Color information

#EA176C (or 0xEA176C) is unknown color: approx Ruby. HEX triplet: EA, 17 and 6C. RGB value is (234,23,108). Sum of RGB (Red+Green+Blue) = 234+23+108=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA176C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA176C is #15E893. Grayscale: #5F5F5F. Windows color (decimal): -1435796 or 7084010. OLE color: 7084010.

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

Color convert

RGB23423108-
CMYK00.900.540.08
HSL335.83º83.4%50.39%-
HSV(B)335.83º90.17%91.76%-
XYZ36.9419.1915.94-
YUV95.78134.9226.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 64.11%
GREEN value IS 23 (9.38% from 255) = 6.30%
BLUE value IS 108 (42.58% from 255) = 29.59%
R=64.11%
G=6.30%
B=29.59%

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
Decimal2342310800.900.540.08335.8383.450.39
HexEA176C05A3681505332
Octal352271540132661052012362
Binary111010101011111011000101101011011010001010100001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA176C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA176C; }

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

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

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

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

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

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

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

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