#EC177A

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

Shades of Ruby #EC177A

Tints of Ruby #EC177A

Color information

#EC177A (or 0xEC177A) is unknown color: approx Ruby. HEX triplet: EC, 17 and 7A. RGB value is (236,23,122). Sum of RGB (Red+Green+Blue) = 236+23+122=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC177A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC177A is #13E885. Grayscale: #616161. Windows color (decimal): -1304710 or 8001516. OLE color: 8001516.

HSL color Cylindrical-coordinate representation of color #EC177A: hue angle of 332.11º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC177A is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB23623122-
CMYK00.900.480.07
HSL332.11º84.86%50.78%-
HSV(B)332.11º90.25%92.55%-
XYZ38.4119.8520.22-
YUV97.97141.57226.45-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 61.94%
GREEN value IS 23 (9.38% from 255) = 6.04%
BLUE value IS 122 (48.05% from 255) = 32.02%
R=61.94%
G=6.04%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362312200.900.480.07332.1184.8650.78
HexEC177A05A30714c5533
Octal35427172013260751412563
Binary11101100101111111010010110101100001111010011001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC177A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC177A; }

 p { color: rgb(236,23,122); }

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

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

 a { background-color: rgb(236,23,122); }

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

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

 span { border-color: rgb(236,23,122); }

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