#E774A8

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

Shades of Pale Violet Red #E774A8

Tints of Pale Violet Red #E774A8

Color information

#E774A8 (or 0xE774A8) is unknown color: approx Pale Violet Red. HEX triplet: E7, 74 and A8. RGB value is (231,116,168). Sum of RGB (Red+Green+Blue) = 231+116+168=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 116 (45.70% from 255 or 22.52% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E774A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E774A8 is #188B57. Grayscale: #9C9C9C. Windows color (decimal): -1608536 or 11039975. OLE color: 11039975.

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

Color convert

RGB231116168-
CMYK00.500.270.09
HSL332.87º70.55%68.04%-
HSV(B)332.87º49.78%90.59%-
XYZ46.2732.3140.84-
YUV156.31134.6181.27-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.85%
GREEN value IS 116 (45.70% from 255) = 22.52%
BLUE value IS 168 (66.02% from 255) = 32.62%
R=44.85%
G=22.52%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111616800.500.270.09332.8770.5568.04
HexE774A80321B914d4744
Octal3471642500623311515107104
Binary11100111111010010101000011001011011100110100110110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E774A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E774A8; }

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

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

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

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

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

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

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

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