#ED0C74

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

Shades of Ruby #ED0C74

Tints of Ruby #ED0C74

Color information

#ED0C74 (or 0xED0C74) is unknown color: approx Ruby. HEX triplet: ED, 0C and 74. RGB value is (237,12,116). Sum of RGB (Red+Green+Blue) = 237+12+116=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0C74 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0C74 is #12F38B. Grayscale: #5A5A5A. Windows color (decimal): -1241996 or 7605485. OLE color: 7605485.

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

Color convert

RGB23712116-
CMYK00.950.510.07
HSL332.27º90.36%48.82%-
HSV(B)332.27º94.94%92.94%-
XYZ38.2119.5318.28-
YUV91.13142.04232.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 64.93%
GREEN value IS 12 (5.08% from 255) = 3.29%
BLUE value IS 116 (45.70% from 255) = 31.78%
R=64.93%
G=3.29%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371211600.950.510.07332.2790.3648.82
HexEDC7405F33714c5a31
Octal35514164013763751413261
Binary1110110111001110100010111111100111111010011001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0C74; }

 p { color: rgb(237,12,116); }

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

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

 a { background-color: rgb(237,12,116); }

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

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

 span { border-color: rgb(237,12,116); }

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