#ED117A

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

Shades of Ruby #ED117A

Tints of Ruby #ED117A

Color information

#ED117A (or 0xED117A) is unknown color: approx Ruby. HEX triplet: ED, 11 and 7A. RGB value is (237,17,122). Sum of RGB (Red+Green+Blue) = 237+17+122=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED117A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED117A is #12EE85. Grayscale: #5E5E5E. Windows color (decimal): -1240710 or 7999981. OLE color: 7999981.

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

Color convert

RGB23717122-
CMYK00.930.490.07
HSL331.36º86.61%49.8%-
HSV(B)331.36º92.83%92.94%-
XYZ38.6419.8120.2-
YUV94.75143.39229.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 63.03%
GREEN value IS 17 (7.03% from 255) = 4.52%
BLUE value IS 122 (48.05% from 255) = 32.45%
R=63.03%
G=4.52%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371712200.930.490.07331.3686.6149.8
HexED117A05D31714b5732
Octal35521172013561751312762
Binary11101101100011111010010111011100011111010010111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED117A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED117A; }

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

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

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

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

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

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

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

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