#E01C5B

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

Shades of Ruby #E01C5B

Tints of Ruby #E01C5B

Color information

#E01C5B (or 0xE01C5B) is unknown color: approx Ruby. HEX triplet: E0, 1C and 5B. RGB value is (224,28,91). Sum of RGB (Red+Green+Blue) = 224+28+91=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 28 (11.33% from 255 or 8.16% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01C5B is #1FE3A4. Grayscale: #5D5D5D. Windows color (decimal): -2089893 or 5971168. OLE color: 5971168.

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

Color convert

RGB2242891-
CMYK00.880.590.12
HSL340.71º77.78%49.41%-
HSV(B)340.71º87.5%87.84%-
XYZ33.0417.4311.52-
YUV93.79126.43220.88-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 65.31%
GREEN value IS 28 (11.33% from 255) = 8.16%
BLUE value IS 91 (35.94% from 255) = 26.53%
R=65.31%
G=8.16%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224289100.880.590.12340.7177.7849.41
HexE01C5B0583BC1554e31
Octal340341330130731452511661
Binary111000001110010110110101100011101111001010101011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01C5B; }

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

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

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

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

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

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

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

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