#E775A5

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

Shades of Pale Violet Red #E775A5

Tints of Pale Violet Red #E775A5

Color information

#E775A5 (or 0xE775A5) is unknown color: approx Pale Violet Red. HEX triplet: E7, 75 and A5. RGB value is (231,117,165). Sum of RGB (Red+Green+Blue) = 231+117+165=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 165 (64.84% from 255 or 32.16% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E775A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E775A5 is #188A5A. Grayscale: #9C9C9C. Windows color (decimal): -1608283 or 10843623. OLE color: 10843623.

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

Color convert

RGB231117165-
CMYK00.490.290.09
HSL334.74º70.37%68.24%-
HSV(B)334.74º49.35%90.59%-
XYZ46.1132.4339.43-
YUV156.56132.77181.1-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.03%
GREEN value IS 117 (46.09% from 255) = 22.81%
BLUE value IS 165 (64.84% from 255) = 32.16%
R=45.03%
G=22.81%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111716500.490.290.09334.7470.3768.24
HexE775A50311D914f4644
Octal3471652450613511517106104
Binary11100111111010110100101011000111101100110100111110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E775A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E775A5; }

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

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

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

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

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

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

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

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