#E775A6

Color #E775A6 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #E775A6

Tints of Pale Violet Red #E775A6

Color information

#E775A6 (or 0xE775A6) is unknown color: approx Pale Violet Red. HEX triplet: E7, 75 and A6. RGB value is (231,117,166). Sum of RGB (Red+Green+Blue) = 231+117+166=514 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.94% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 166 (65.23% from 255 or 32.30% from 514); Max value from RGB is 231 - color contains mainly: red. Hex color #E775A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E775A6 is #188A59. Grayscale: #9C9C9C. Windows color (decimal): -1608282 or 10909159. OLE color: 10909159.

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

Color convert

RGB231117166-
CMYK00.490.280.09
HSL334.21º70.37%68.24%-
HSV(B)334.21º49.35%90.59%-
XYZ46.232.4639.91-
YUV156.67133.27181.02-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.94%
GREEN value IS 117 (46.09% from 255) = 22.76%
BLUE value IS 166 (65.23% from 255) = 32.30%
R=44.94%
G=22.76%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111716600.490.280.09334.2170.3768.24
HexE775A60311C914e4644
Octal3471652460613411516106104
Binary11100111111010110100110011000111100100110100111010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E775A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E775A6; }

 p { color: rgb(231,117,166); }

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

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

 a { background-color: rgb(231,117,166); }

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

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

 span { border-color: rgb(231,117,166); }

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