#E3117C

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

Shades of Ruby #E3117C

Tints of Ruby #E3117C

Color information

#E3117C (or 0xE3117C) is unknown color: approx Ruby. HEX triplet: E3, 11 and 7C. RGB value is (227,17,124). Sum of RGB (Red+Green+Blue) = 227+17+124=368 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.68% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 227 - color contains mainly: red. Hex color #E3117C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3117C is #1CEE83. Grayscale: #5B5B5B. Windows color (decimal): -1896068 or 8131043. OLE color: 8131043.

HSL color Cylindrical-coordinate representation of color #E3117C: hue angle of 329.43º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E3117C is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB22717124-
CMYK00.930.450.11
HSL329.43º86.07%47.84%-
HSV(B)329.43º92.51%89.02%-
XYZ35.5218.1920.71-
YUV91.99146.07224.3-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 61.68%
GREEN value IS 17 (7.03% from 255) = 4.62%
BLUE value IS 124 (48.83% from 255) = 33.70%
R=61.68%
G=4.62%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271712400.930.450.11329.4386.0747.84
HexE3117C05D2DB1495630
Octal343211740135551351112660
Binary111000111000111111000101110110110110111010010011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3117C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3117C; }

 p { color: rgb(227,17,124); }

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

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

 a { background-color: rgb(227,17,124); }

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

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

 span { border-color: rgb(227,17,124); }

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