#EC1175

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

Shades of Ruby #EC1175

Tints of Ruby #EC1175

Color information

#EC1175 (or 0xEC1175) is unknown color: approx Ruby. HEX triplet: EC, 11 and 75. RGB value is (236,17,117). Sum of RGB (Red+Green+Blue) = 236+17+117=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 17 (7.03% from 255 or 4.59% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1175 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1175 is #13EE8A. Grayscale: #5D5D5D. Windows color (decimal): -1306251 or 7672300. OLE color: 7672300.

HSL color Cylindrical-coordinate representation of color #EC1175: hue angle of 332.6º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1175 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB23617117-
CMYK00.930.500.07
HSL332.6º86.56%49.61%-
HSV(B)332.6º92.8%92.55%-
XYZ3819.5218.59-
YUV93.88141.05229.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 63.78%
GREEN value IS 17 (7.03% from 255) = 4.59%
BLUE value IS 117 (46.09% from 255) = 31.62%
R=63.78%
G=4.59%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361711700.930.500.07332.686.5649.61
HexEC117505D32714d5732
Octal35421165013562751512762
Binary11101100100011110101010111011100101111010011011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1175; }

 p { color: rgb(236,17,117); }

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

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

 a { background-color: rgb(236,17,117); }

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

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

 span { border-color: rgb(236,17,117); }

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