#e01e5b

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

Shades of Ruby #E01E5B

Tints of Ruby #E01E5B

Color information

#E01E5B (or 0xE01E5B) is unknown color: approx Ruby. HEX triplet: E0, 1E and 5B. RGB value is (224,30,91). Sum of RGB (Red+Green+Blue) = 224+30+91=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01E5B is #1FE1A4. Grayscale: #5E5E5E. Windows color (decimal): -2089381 or 5971680. OLE color: 5971680.

HSL color Cylindrical-coordinate representation of color #E01E5B: hue angle of 341.13º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01E5B is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB2243091-
CMYK00.870.590.12
HSL341.13º76.38%49.8%-
HSV(B)341.13º86.61%87.84%-
XYZ33.0917.5311.54-
YUV94.96125.77220.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 64.93%
GREEN value IS 30 (12.11% from 255) = 8.70%
BLUE value IS 91 (35.94% from 255) = 26.38%
R=64.93%
G=8.70%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224309100.870.590.12341.1376.3849.8
HexE01E5B0573BC1554c32
Octal340361330127731452511462
Binary111000001111010110110101011111101111001010101011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e01e5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e01e5b; }

 p { color: rgb(224,30,91); }

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

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

 a { background-color: rgb(224,30,91); }

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

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

 span { border-color: rgb(224,30,91); }

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