#E91B5E

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

Shades of Ruby #E91B5E

Tints of Ruby #E91B5E

Color information

#E91B5E (or 0xE91B5E) is unknown color: approx Ruby. HEX triplet: E9, 1B and 5E. RGB value is (233,27,94). Sum of RGB (Red+Green+Blue) = 233+27+94=354 (46% of max value = 765). Red value is 233 (91.41% from 255 or 65.82% from 354); Green value is 27 (10.94% from 255 or 7.63% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 233 - color contains mainly: red. Hex color #E91B5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91B5E is #16E4A1. Grayscale: #606060. Windows color (decimal): -1500322 or 6167529. OLE color: 6167529.

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

Color convert

RGB2332794-
CMYK00.880.600.09
HSL340.49º82.4%50.98%-
HSV(B)340.49º88.41%91.37%-
XYZ36.0218.9212.34-
YUV96.23126.75225.55-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 65.82%
GREEN value IS 27 (10.94% from 255) = 7.63%
BLUE value IS 94 (37.11% from 255) = 26.55%
R=65.82%
G=7.63%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233279400.880.600.09340.4982.450.98
HexE91B5E0583C91545233
Octal351331360130741152412263
Binary111010011101110111100101100011110010011010101001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E91B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E91B5E; }

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

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

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

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

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

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

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

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