#E81D59

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

Shades of Ruby #E81D59

Tints of Ruby #E81D59

Color information

#E81D59 (or 0xE81D59) is unknown color: approx Ruby. HEX triplet: E8, 1D and 59. RGB value is (232,29,89). Sum of RGB (Red+Green+Blue) = 232+29+89=350 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.29% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81D59 is #17E2A6. Grayscale: #606060. Windows color (decimal): -1565351 or 5840360. OLE color: 5840360.

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

Color convert

RGB2322989-
CMYK00.880.620.09
HSL342.27º81.53%51.18%-
HSV(B)342.27º87.5%90.98%-
XYZ35.5218.7611.2-
YUV96.54123.75224.62-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 66.29%
GREEN value IS 29 (11.72% from 255) = 8.29%
BLUE value IS 89 (35.16% from 255) = 25.43%
R=66.29%
G=8.29%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.62
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232298900.880.620.09342.2781.5351.18
HexE81D590583E91565233
Octal350351310130761152612263
Binary111010001110110110010101100011111010011010101101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81D59; }

 p { color: rgb(232,29,89); }

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

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

 a { background-color: rgb(232,29,89); }

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

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

 span { border-color: rgb(232,29,89); }

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