#ED116C

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

Shades of Ruby #ED116C

Tints of Ruby #ED116C

Color information

#ED116C (or 0xED116C) is unknown color: approx Ruby. HEX triplet: ED, 11 and 6C. RGB value is (237,17,108). Sum of RGB (Red+Green+Blue) = 237+17+108=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED116C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED116C is #12EE93. Grayscale: #5D5D5D. Windows color (decimal): -1240724 or 7082477. OLE color: 7082477.

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

Color convert

RGB23717108-
CMYK00.930.540.07
HSL335.18º86.61%49.8%-
HSV(B)335.18º92.83%92.94%-
XYZ37.8319.4915.95-
YUV93.15136.39230.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 65.47%
GREEN value IS 17 (7.03% from 255) = 4.70%
BLUE value IS 108 (42.58% from 255) = 29.83%
R=65.47%
G=4.70%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371710800.930.540.07335.1886.6149.8
HexED116C05D36714f5732
Octal35521154013566751712762
Binary11101101100011101100010111011101101111010011111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED116C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED116C; }

 p { color: rgb(237,17,108); }

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

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

 a { background-color: rgb(237,17,108); }

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

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

 span { border-color: rgb(237,17,108); }

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