#E4117C

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

Shades of Ruby #E4117C

Tints of Ruby #E4117C

Color information

#E4117C (or 0xE4117C) is unknown color: approx Ruby. HEX triplet: E4, 11 and 7C. RGB value is (228,17,124). Sum of RGB (Red+Green+Blue) = 228+17+124=369 (48% of max value = 765). Red value is 228 (89.45% from 255 or 61.79% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 228 - color contains mainly: red. Hex color #E4117C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4117C is #1BEE83. Grayscale: #5C5C5C. Windows color (decimal): -1830532 or 8131044. OLE color: 8131044.

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

Color convert

RGB22817124-
CMYK00.930.460.11
HSL329.57º86.12%48.04%-
HSV(B)329.57º92.54%89.41%-
XYZ35.8318.3520.72-
YUV92.29145.9224.8-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 61.79%
GREEN value IS 17 (7.03% from 255) = 4.61%
BLUE value IS 124 (48.83% from 255) = 33.60%
R=61.79%
G=4.61%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281712400.930.460.11329.5786.1248.04
HexE4117C05D2EB14a5630
Octal344211740135561351212660
Binary111001001000111111000101110110111010111010010101010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4117C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4117C; }

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

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

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

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

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

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

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

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