#ED0A73

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

Shades of Ruby #ED0A73

Tints of Ruby #ED0A73

Color information

#ED0A73 (or 0xED0A73) is unknown color: approx Ruby. HEX triplet: ED, 0A and 73. RGB value is (237,10,115). Sum of RGB (Red+Green+Blue) = 237+10+115=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 10 (4.30% from 255 or 2.76% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0A73 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0A73 is #12F58C. Grayscale: #595959. Windows color (decimal): -1242509 or 7539437. OLE color: 7539437.

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

Color convert

RGB23710115-
CMYK00.960.510.07
HSL332.25º91.9%48.43%-
HSV(B)332.25º95.78%92.94%-
XYZ38.1319.4617.97-
YUV89.84142.21232.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 65.47%
GREEN value IS 10 (4.30% from 255) = 2.76%
BLUE value IS 115 (45.31% from 255) = 31.77%
R=65.47%
G=2.76%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371011500.960.510.07332.2591.948.43
HexEDA7306033714c5c30
Octal35512163014063751413460
Binary1110110110101110011011000001100111111010011001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0A73; }

 p { color: rgb(237,10,115); }

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

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

 a { background-color: rgb(237,10,115); }

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

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

 span { border-color: rgb(237,10,115); }

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