#E11069

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

Shades of Ruby #E11069

Tints of Ruby #E11069

Color information

#E11069 (or 0xE11069) is unknown color: approx Ruby. HEX triplet: E1, 10 and 69. RGB value is (225,16,105). Sum of RGB (Red+Green+Blue) = 225+16+105=346 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.03% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 225 - color contains mainly: red. Hex color #E11069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11069 is #1EEF96. Grayscale: #585858. Windows color (decimal): -2027415 or 6885601. OLE color: 6885601.

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

Color convert

RGB22516105-
CMYK00.930.530.12
HSL334.45º86.72%47.25%-
HSV(B)334.45º92.89%88.24%-
XYZ33.7917.414.94-
YUV88.64137.24225.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 65.03%
GREEN value IS 16 (6.64% from 255) = 4.62%
BLUE value IS 105 (41.41% from 255) = 30.35%
R=65.03%
G=4.62%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251610500.930.530.12334.4586.7247.25
HexE1106905D35C14e572f
Octal341201510135651451612757
Binary111000011000011010010101110111010111001010011101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11069; }

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

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

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

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

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

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

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

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