#E11F59

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

Shades of Ruby #E11F59

Tints of Ruby #E11F59

Color information

#E11F59 (or 0xE11F59) is unknown color: approx Ruby. HEX triplet: E1, 1F and 59. RGB value is (225,31,89). Sum of RGB (Red+Green+Blue) = 225+31+89=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11F59 is #1EE0A6. Grayscale: #5F5F5F. Windows color (decimal): -2023591 or 5840865. OLE color: 5840865.

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

Color convert

RGB2253189-
CMYK00.860.600.12
HSL342.06º76.38%50.2%-
HSV(B)342.06º86.22%88.24%-
XYZ33.3417.7111.11-
YUV95.62124.27220.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 65.22%
GREEN value IS 31 (12.5% from 255) = 8.99%
BLUE value IS 89 (35.16% from 255) = 25.80%
R=65.22%
G=8.99%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225318900.860.600.12342.0676.3850.2
HexE11F590563CC1564c32
Octal341371310126741452611462
Binary111000011111110110010101011011110011001010101101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11F59; }

 p { color: rgb(225,31,89); }

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

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

 a { background-color: rgb(225,31,89); }

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

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

 span { border-color: rgb(225,31,89); }

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