#E81374

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

Shades of Ruby #E81374

Tints of Ruby #E81374

Color information

#E81374 (or 0xE81374) is unknown color: approx Ruby. HEX triplet: E8, 13 and 74. RGB value is (232,19,116). Sum of RGB (Red+Green+Blue) = 232+19+116=367 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.22% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 232 - color contains mainly: red. Hex color #E81374 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81374 is #17EC8B. Grayscale: #5D5D5D. Windows color (decimal): -1567884 or 7607272. OLE color: 7607272.

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

Color convert

RGB23219116-
CMYK00.920.500.09
HSL332.68º84.86%49.22%-
HSV(B)332.68º91.81%90.98%-
XYZ36.6618.8818.24-
YUV93.74140.57226.61-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 63.22%
GREEN value IS 19 (7.81% from 255) = 5.18%
BLUE value IS 116 (45.70% from 255) = 31.61%
R=63.22%
G=5.18%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321911600.920.500.09332.6884.8649.22
HexE8137405C32914d5531
Octal350231640134621151512561
Binary111010001001111101000101110011001010011010011011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81374; }

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

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

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

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

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

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

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

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