#EC1D78

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

Shades of Ruby #EC1D78

Tints of Ruby #EC1D78

Color information

#EC1D78 (or 0xEC1D78) is unknown color: approx Ruby. HEX triplet: EC, 1D and 78. RGB value is (236,29,120). Sum of RGB (Red+Green+Blue) = 236+29+120=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1D78 is #13E287. Grayscale: #656565. Windows color (decimal): -1303176 or 7871980. OLE color: 7871980.

HSL color Cylindrical-coordinate representation of color #EC1D78: hue angle of 333.62º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1D78 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB23629120-
CMYK00.880.490.07
HSL333.62º84.49%51.96%-
HSV(B)333.62º87.71%92.55%-
XYZ38.4220.0719.62-
YUV101.27138.58224.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 61.30%
GREEN value IS 29 (11.72% from 255) = 7.53%
BLUE value IS 120 (47.27% from 255) = 31.17%
R=61.30%
G=7.53%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362912000.880.490.07333.6284.4951.96
HexEC1D7805831714e5434
Octal35435170013061751612464
Binary11101100111011111000010110001100011111010011101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1D78; }

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

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

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

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

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

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

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

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