#ED116B

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

Shades of Ruby #ED116B

Tints of Ruby #ED116B

Color information

#ED116B (or 0xED116B) is unknown color: approx Ruby. HEX triplet: ED, 11 and 6B. RGB value is (237,17,107). Sum of RGB (Red+Green+Blue) = 237+17+107=361 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.65% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 237 - color contains mainly: red. Hex color #ED116B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED116B is #12EE94. Grayscale: #5C5C5C. Windows color (decimal): -1240725 or 7016941. OLE color: 7016941.

HSL color Cylindrical-coordinate representation of color #ED116B: hue angle of 335.45º 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 #ED116B is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB23717107-
CMYK00.930.550.07
HSL335.45º86.61%49.8%-
HSV(B)335.45º92.83%92.94%-
XYZ37.7819.4715.68-
YUV93.04135.89230.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 65.65%
GREEN value IS 17 (7.03% from 255) = 4.71%
BLUE value IS 107 (42.19% from 255) = 29.64%
R=65.65%
G=4.71%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371710700.930.550.07335.4586.6149.8
HexED116B05D37714f5732
Octal35521153013567751712762
Binary11101101100011101011010111011101111111010011111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED116B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED116B; }

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

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

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

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

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

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

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

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