#E81A60

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

Shades of Ruby #E81A60

Tints of Ruby #E81A60

Color information

#E81A60 (or 0xE81A60) is unknown color: approx Ruby. HEX triplet: E8, 1A and 60. RGB value is (232,26,96). Sum of RGB (Red+Green+Blue) = 232+26+96=354 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.54% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81A60 is #17E59F. Grayscale: #5F5F5F. Windows color (decimal): -1566112 or 6298344. OLE color: 6298344.

HSL color Cylindrical-coordinate representation of color #E81A60: hue angle of 339.61º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81A60 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB2322696-
CMYK00.890.590.09
HSL339.61º81.75%50.59%-
HSV(B)339.61º88.79%90.98%-
XYZ35.7618.7412.8-
YUV95.57128.25225.31-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 65.54%
GREEN value IS 26 (10.55% from 255) = 7.34%
BLUE value IS 96 (37.89% from 255) = 27.12%
R=65.54%
G=7.34%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232269600.890.590.09339.6181.7550.59
HexE81A600593B91545233
Octal350321400131731152412263
Binary111010001101011000000101100111101110011010101001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81A60; }

 p { color: rgb(232,26,96); }

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

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

 a { background-color: rgb(232,26,96); }

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

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

 span { border-color: rgb(232,26,96); }

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