#EC0D76

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

Shades of Ruby #EC0D76

Tints of Ruby #EC0D76

Color information

#EC0D76 (or 0xEC0D76) is unknown color: approx Ruby. HEX triplet: EC, 0D and 76. RGB value is (236,13,118). Sum of RGB (Red+Green+Blue) = 236+13+118=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0D76 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0D76 is #13F289. Grayscale: #5B5B5B. Windows color (decimal): -1307274 or 7736812. OLE color: 7736812.

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

Color convert

RGB23613118-
CMYK00.940.50.07
HSL331.75º89.56%48.82%-
HSV(B)331.75º94.49%92.55%-
XYZ38.0119.4318.89-
YUV91.65142.88230.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 64.31%
GREEN value IS 13 (5.47% from 255) = 3.54%
BLUE value IS 118 (46.48% from 255) = 32.15%
R=64.31%
G=3.54%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.5
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361311800.940.50.07331.7589.5648.82
HexECD7605E32714c5a31
Octal35415166013662751413261
Binary1110110011011110110010111101100101111010011001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC0D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC0D76; }

 p { color: rgb(236,13,118); }

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

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

 a { background-color: rgb(236,13,118); }

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

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

 span { border-color: rgb(236,13,118); }

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