#E81475

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

Shades of Ruby #E81475

Tints of Ruby #E81475

Color information

#E81475 (or 0xE81475) is unknown color: approx Ruby. HEX triplet: E8, 14 and 75. RGB value is (232,20,117). Sum of RGB (Red+Green+Blue) = 232+20+117=369 (48% of max value = 765). Red value is 232 (91.02% from 255 or 62.87% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 232 - color contains mainly: red. Hex color #E81475 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81475 is #17EB8A. Grayscale: #5E5E5E. Windows color (decimal): -1567627 or 7673064. OLE color: 7673064.

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

Color convert

RGB23220117-
CMYK00.910.500.09
HSL332.55º84.13%49.41%-
HSV(B)332.55º91.38%90.98%-
XYZ36.7418.9418.55-
YUV94.45140.74226.11-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 62.87%
GREEN value IS 20 (8.20% from 255) = 5.42%
BLUE value IS 117 (46.09% from 255) = 31.71%
R=62.87%
G=5.42%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322011700.910.500.09332.5584.1349.41
HexE8147505B32914d5431
Octal350241650133621151512461
Binary111010001010011101010101101111001010011010011011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81475; }

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

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

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

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

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

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

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

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