#EC1778

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

Shades of Ruby #EC1778

Tints of Ruby #EC1778

Color information

#EC1778 (or 0xEC1778) is unknown color: approx Ruby. HEX triplet: EC, 17 and 78. RGB value is (236,23,120). Sum of RGB (Red+Green+Blue) = 236+23+120=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1778 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1778 is #13E887. Grayscale: #616161. Windows color (decimal): -1304712 or 7870444. OLE color: 7870444.

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

Color convert

RGB23623120-
CMYK00.900.490.07
HSL332.68º84.86%50.78%-
HSV(B)332.68º90.25%92.55%-
XYZ38.2919.819.57-
YUV97.74140.57226.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 62.27%
GREEN value IS 23 (9.38% from 255) = 6.07%
BLUE value IS 120 (47.27% from 255) = 31.66%
R=62.27%
G=6.07%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362312000.900.490.07332.6884.8650.78
HexEC177805A31714d5533
Octal35427170013261751512563
Binary11101100101111111000010110101100011111010011011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1778; }

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

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

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

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

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

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

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

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