#E81376

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

Shades of Ruby #E81376

Tints of Ruby #E81376

Color information

#E81376 (or 0xE81376) is unknown color: approx Ruby. HEX triplet: E8, 13 and 76. RGB value is (232,19,118). Sum of RGB (Red+Green+Blue) = 232+19+118=369 (48% of max value = 765). Red value is 232 (91.02% from 255 or 62.87% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 232 - color contains mainly: red. Hex color #E81376 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81376 is #17EC89. Grayscale: #5D5D5D. Windows color (decimal): -1567882 or 7738344. OLE color: 7738344.

HSL color Cylindrical-coordinate representation of color #E81376: hue angle of 332.11º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E81376 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB23219118-
CMYK00.920.490.09
HSL332.11º84.86%49.22%-
HSV(B)332.11º91.81%90.98%-
XYZ36.7818.9318.85-
YUV93.97141.57226.45-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 62.87%
GREEN value IS 19 (7.81% from 255) = 5.15%
BLUE value IS 118 (46.48% from 255) = 31.98%
R=62.87%
G=5.15%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321911800.920.490.09332.1184.8649.22
HexE8137605C31914c5531
Octal350231660134611151412561
Binary111010001001111101100101110011000110011010011001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81376; }

 p { color: rgb(232,19,118); }

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

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

 a { background-color: rgb(232,19,118); }

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

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

 span { border-color: rgb(232,19,118); }

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