#E81375

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

Shades of Ruby #E81375

Tints of Ruby #E81375

Color information

#E81375 (or 0xE81375) is unknown color: approx Ruby. HEX triplet: E8, 13 and 75. RGB value is (232,19,117). Sum of RGB (Red+Green+Blue) = 232+19+117=368 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.04% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 232 - color contains mainly: red. Hex color #E81375 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81375 is #17EC8A. Grayscale: #5D5D5D. Windows color (decimal): -1567883 or 7672808. OLE color: 7672808.

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

Color convert

RGB23219117-
CMYK00.920.500.09
HSL332.39º84.86%49.22%-
HSV(B)332.39º91.81%90.98%-
XYZ36.7218.9118.54-
YUV93.86141.07226.53-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 63.04%
GREEN value IS 19 (7.81% from 255) = 5.16%
BLUE value IS 117 (46.09% from 255) = 31.79%
R=63.04%
G=5.16%
B=31.79%

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
Decimal2321911700.920.500.09332.3984.8649.22
HexE8137505C32914c5531
Octal350231650134621151412561
Binary111010001001111101010101110011001010011010011001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81375; }

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

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

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

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

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

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

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

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