#E11B77

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

Shades of Ruby #E11B77

Tints of Ruby #E11B77

Color information

#E11B77 (or 0xE11B77) is unknown color: approx Ruby. HEX triplet: E1, 1B and 77. RGB value is (225,27,119). Sum of RGB (Red+Green+Blue) = 225+27+119=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 27 (10.94% from 255 or 7.28% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E11B77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11B77 is #1EE488. Grayscale: #606060. Windows color (decimal): -2024585 or 7805921. OLE color: 7805921.

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

Color convert

RGB22527119-
CMYK00.880.470.12
HSL332.12º78.57%49.41%-
HSV(B)332.12º88%88.24%-
XYZ34.7718.1219.12-
YUV96.69140.6219.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60.65%
GREEN value IS 27 (10.94% from 255) = 7.28%
BLUE value IS 119 (46.88% from 255) = 32.08%
R=60.65%
G=7.28%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252711900.880.470.12332.1278.5749.41
HexE11B770582FC14c4f31
Octal341331670130571451411761
Binary111000011101111101110101100010111111001010011001001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11B77; }

 p { color: rgb(225,27,119); }

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

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

 a { background-color: rgb(225,27,119); }

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

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

 span { border-color: rgb(225,27,119); }

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