#E91B76

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

Shades of Ruby #E91B76

Tints of Ruby #E91B76

Color information

#E91B76 (or 0xE91B76) is unknown color: approx Ruby. HEX triplet: E9, 1B and 76. RGB value is (233,27,118). Sum of RGB (Red+Green+Blue) = 233+27+118=378 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.64% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 233 - color contains mainly: red. Hex color #E91B76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91B76 is #16E489. Grayscale: #626262. Windows color (decimal): -1500298 or 7740393. OLE color: 7740393.

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

Color convert

RGB23327118-
CMYK00.880.490.09
HSL333.5º82.4%50.98%-
HSV(B)333.5º88.41%91.37%-
XYZ37.2719.4218.92-
YUV98.97138.75223.6-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 61.64%
GREEN value IS 27 (10.94% from 255) = 7.14%
BLUE value IS 118 (46.48% from 255) = 31.22%
R=61.64%
G=7.14%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332711800.880.490.09333.582.450.98
HexE91B7605831914d5233
Octal351331660130611151512263
Binary111010011101111101100101100011000110011010011011010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E91B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E91B76; }

 p { color: rgb(233,27,118); }

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

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

 a { background-color: rgb(233,27,118); }

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

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

 span { border-color: rgb(233,27,118); }

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