#E775A8

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

Shades of Pale Violet Red #E775A8

Tints of Pale Violet Red #E775A8

Color information

#E775A8 (or 0xE775A8) is unknown color: approx Pale Violet Red. HEX triplet: E7, 75 and A8. RGB value is (231,117,168). Sum of RGB (Red+Green+Blue) = 231+117+168=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 231 - color contains mainly: red. Hex color #E775A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E775A8 is #188A57. Grayscale: #9C9C9C. Windows color (decimal): -1608280 or 11040231. OLE color: 11040231.

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

Color convert

RGB231117168-
CMYK00.490.270.09
HSL333.16º70.37%68.24%-
HSV(B)333.16º49.35%90.59%-
XYZ46.3832.5440.88-
YUV156.9134.27180.85-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.77%
GREEN value IS 117 (46.09% from 255) = 22.67%
BLUE value IS 168 (66.02% from 255) = 32.56%
R=44.77%
G=22.67%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111716800.490.270.09333.1670.3768.24
HexE775A80311B914d4644
Octal3471652500613311515106104
Binary11100111111010110101000011000111011100110100110110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E775A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E775A8; }

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

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

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

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

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

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

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

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