#E91C5C

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

Shades of Ruby #E91C5C

Tints of Ruby #E91C5C

Color information

#E91C5C (or 0xE91C5C) is unknown color: approx Ruby. HEX triplet: E9, 1C and 5C. RGB value is (233,28,92). Sum of RGB (Red+Green+Blue) = 233+28+92=353 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.01% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 233 - color contains mainly: red. Hex color #E91C5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91C5C is #16E3A3. Grayscale: #606060. Windows color (decimal): -1500068 or 6036713. OLE color: 6036713.

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

Color convert

RGB2332892-
CMYK00.880.610.09
HSL341.27º82.33%51.18%-
HSV(B)341.27º87.98%91.37%-
XYZ35.9518.9311.88-
YUV96.59125.42225.3-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 66.01%
GREEN value IS 28 (11.33% from 255) = 7.93%
BLUE value IS 92 (36.33% from 255) = 26.06%
R=66.01%
G=7.93%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233289200.880.610.09341.2782.3351.18
HexE91C5C0583D91555233
Octal351341340130751152512263
Binary111010011110010111000101100011110110011010101011010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E91C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E91C5C; }

 p { color: rgb(233,28,92); }

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

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

 a { background-color: rgb(233,28,92); }

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

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

 span { border-color: rgb(233,28,92); }

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