#E81970

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

Shades of Ruby #E81970

Tints of Ruby #E81970

Color information

#E81970 (or 0xE81970) is unknown color: approx Ruby. HEX triplet: E8, 19 and 70. RGB value is (232,25,112). Sum of RGB (Red+Green+Blue) = 232+25+112=369 (48% of max value = 765). Red value is 232 (91.02% from 255 or 62.87% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 232 - color contains mainly: red. Hex color #E81970 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81970 is #17E68F. Grayscale: #606060. Windows color (decimal): -1566352 or 7346664. OLE color: 7346664.

HSL color Cylindrical-coordinate representation of color #E81970: hue angle of 334.78º 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 #E81970 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB23225112-
CMYK00.890.520.09
HSL334.78º81.82%50.39%-
HSV(B)334.78º89.22%90.98%-
XYZ36.5519.0217.07-
YUV96.81136.58224.43-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 62.87%
GREEN value IS 25 (10.16% from 255) = 6.78%
BLUE value IS 112 (44.14% from 255) = 30.35%
R=62.87%
G=6.78%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322511200.890.520.09334.7881.8250.39
HexE8197005934914f5232
Octal350311600131641151712262
Binary111010001100111100000101100111010010011010011111010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81970; }

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

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

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

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

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

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

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

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