#E01E59

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

Shades of Ruby #E01E59

Tints of Ruby #E01E59

Color information

#E01E59 (or 0xE01E59) is unknown color: approx Ruby. HEX triplet: E0, 1E and 59. RGB value is (224,30,89). Sum of RGB (Red+Green+Blue) = 224+30+89=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 30 (12.11% from 255 or 8.75% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01E59 is #1FE1A6. Grayscale: #5E5E5E. Windows color (decimal): -2089383 or 5840608. OLE color: 5840608.

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

Color convert

RGB2243089-
CMYK00.870.600.12
HSL341.75º76.38%49.8%-
HSV(B)341.75º86.61%87.84%-
XYZ33.0117.511.09-
YUV94.73124.77220.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 65.31%
GREEN value IS 30 (12.11% from 255) = 8.75%
BLUE value IS 89 (35.16% from 255) = 25.95%
R=65.31%
G=8.75%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224308900.870.600.12341.7576.3849.8
HexE01E590573CC1564c32
Octal340361310127741452611462
Binary111000001111010110010101011111110011001010101101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01E59; }

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

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

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

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

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

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

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

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