#E11A6E

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

Shades of Ruby #E11A6E

Tints of Ruby #E11A6E

Color information

#E11A6E (or 0xE11A6E) is unknown color: approx Ruby. HEX triplet: E1, 1A and 6E. RGB value is (225,26,110). Sum of RGB (Red+Green+Blue) = 225+26+110=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 26 (10.55% from 255 or 7.20% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E11A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11A6E is #1EE591. Grayscale: #5E5E5E. Windows color (decimal): -2024850 or 7215841. OLE color: 7215841.

HSL color Cylindrical-coordinate representation of color #E11A6E: hue angle of 334.67º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11A6E is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB22526110-
CMYK00.880.510.12
HSL334.67º79.28%49.22%-
HSV(B)334.67º88.44%88.24%-
XYZ34.2417.8716.4-
YUV95.08136.43220.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 62.33%
GREEN value IS 26 (10.55% from 255) = 7.20%
BLUE value IS 110 (43.36% from 255) = 30.47%
R=62.33%
G=7.20%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252611000.880.510.12334.6779.2849.22
HexE11A6E05833C14f4f31
Octal341321560130631451711761
Binary111000011101011011100101100011001111001010011111001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11A6E; }

 p { color: rgb(225,26,110); }

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

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

 a { background-color: rgb(225,26,110); }

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

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

 span { border-color: rgb(225,26,110); }

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