#E775A2

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

Shades of Pale Violet Red #E775A2

Tints of Pale Violet Red #E775A2

Color information

#E775A2 (or 0xE775A2) is unknown color: approx Pale Violet Red. HEX triplet: E7, 75 and A2. RGB value is (231,117,162). Sum of RGB (Red+Green+Blue) = 231+117+162=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 162 (63.67% from 255 or 31.76% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E775A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E775A2 is #188A5D. Grayscale: #9C9C9C. Windows color (decimal): -1608286 or 10647015. OLE color: 10647015.

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

Color convert

RGB231117162-
CMYK00.490.300.09
HSL336.32º70.37%68.24%-
HSV(B)336.32º49.35%90.59%-
XYZ45.8432.3238-
YUV156.22131.27181.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.29%
GREEN value IS 117 (46.09% from 255) = 22.94%
BLUE value IS 162 (63.67% from 255) = 31.76%
R=45.29%
G=22.94%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111716200.490.300.09336.3270.3768.24
HexE775A20311E91504644
Octal3471652420613611520106104
Binary11100111111010110100010011000111110100110101000010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E775A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E775A2; }

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

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

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

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

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

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

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

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