#E11163

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

Shades of Ruby #E11163

Tints of Ruby #E11163

Color information

#E11163 (or 0xE11163) is unknown color: approx Ruby. HEX triplet: E1, 11 and 63. RGB value is (225,17,99). Sum of RGB (Red+Green+Blue) = 225+17+99=341 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.98% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 225 - color contains mainly: red. Hex color #E11163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11163 is #1EEE9C. Grayscale: #585858. Windows color (decimal): -2027165 or 6492641. OLE color: 6492641.

HSL color Cylindrical-coordinate representation of color #E11163: hue angle of 336.35º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E11163 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB2251799-
CMYK00.920.560.12
HSL336.35º85.95%47.45%-
HSV(B)336.35º92.44%88.24%-
XYZ33.517.3113.38-
YUV88.54133.91225.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 65.98%
GREEN value IS 17 (7.03% from 255) = 4.99%
BLUE value IS 99 (39.06% from 255) = 29.03%
R=65.98%
G=4.99%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225179900.920.560.12336.3585.9547.45
HexE1116305C38C150562f
Octal341211430134701452012657
Binary111000011000111000110101110011100011001010100001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11163; }

 p { color: rgb(225,17,99); }

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

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

 a { background-color: rgb(225,17,99); }

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

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

 span { border-color: rgb(225,17,99); }

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