#E1106D

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

Shades of Ruby #E1106D

Tints of Ruby #E1106D

Color information

#E1106D (or 0xE1106D) is unknown color: approx Ruby. HEX triplet: E1, 10 and 6D. RGB value is (225,16,109). Sum of RGB (Red+Green+Blue) = 225+16+109=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E1106D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1106D is #1EEF92. Grayscale: #585858. Windows color (decimal): -2027411 or 7147745. OLE color: 7147745.

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

Color convert

RGB22516109-
CMYK00.930.520.12
HSL333.3º86.72%47.25%-
HSV(B)333.3º92.89%88.24%-
XYZ3417.4816.05-
YUV89.09139.24224.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 64.29%
GREEN value IS 16 (6.64% from 255) = 4.57%
BLUE value IS 109 (42.97% from 255) = 31.14%
R=64.29%
G=4.57%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251610900.930.520.12333.386.7247.25
HexE1106D05D34C14d572f
Octal341201550135641451512757
Binary111000011000011011010101110111010011001010011011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1106D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1106D; }

 p { color: rgb(225,16,109); }

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

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

 a { background-color: rgb(225,16,109); }

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

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

 span { border-color: rgb(225,16,109); }

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