#E81971

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

Shades of Ruby #E81971

Tints of Ruby #E81971

Color information

#E81971 (or 0xE81971) is unknown color: approx Ruby. HEX triplet: E8, 19 and 71. RGB value is (232,25,113). Sum of RGB (Red+Green+Blue) = 232+25+113=370 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.70% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 232 - color contains mainly: red. Hex color #E81971 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81971 is #17E68E. Grayscale: #606060. Windows color (decimal): -1566351 or 7412200. OLE color: 7412200.

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

Color convert

RGB23225113-
CMYK00.890.510.09
HSL334.49º81.82%50.39%-
HSV(B)334.49º89.22%90.98%-
XYZ36.6119.0417.37-
YUV96.92137.08224.34-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 62.70%
GREEN value IS 25 (10.16% from 255) = 6.76%
BLUE value IS 113 (44.53% from 255) = 30.54%
R=62.70%
G=6.76%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322511300.890.510.09334.4981.8250.39
HexE8197105933914e5232
Octal350311610131631151612262
Binary111010001100111100010101100111001110011010011101010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81971; }

 p { color: rgb(232,25,113); }

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

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

 a { background-color: rgb(232,25,113); }

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

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

 span { border-color: rgb(232,25,113); }

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