#E81571

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

Shades of Ruby #E81571

Tints of Ruby #E81571

Color information

#E81571 (or 0xE81571) is unknown color: approx Ruby. HEX triplet: E8, 15 and 71. RGB value is (232,21,113). Sum of RGB (Red+Green+Blue) = 232+21+113=366 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.39% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 232 - color contains mainly: red. Hex color #E81571 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81571 is #17EA8E. Grayscale: #5E5E5E. Windows color (decimal): -1567375 or 7411176. OLE color: 7411176.

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

Color convert

RGB23221113-
CMYK00.910.510.09
HSL333.84º83.4%49.61%-
HSV(B)333.84º90.95%90.98%-
XYZ36.5318.8817.34-
YUV94.58138.4226.02-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 63.39%
GREEN value IS 21 (8.59% from 255) = 5.74%
BLUE value IS 113 (44.53% from 255) = 30.87%
R=63.39%
G=5.74%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322111300.910.510.09333.8483.449.61
HexE8157105B33914e5332
Octal350251610133631151612362
Binary111010001010111100010101101111001110011010011101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81571; }

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

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

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

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

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

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

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

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