#E774A9

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

Shades of Pale Violet Red #E774A9

Tints of Pale Violet Red #E774A9

Color information

#E774A9 (or 0xE774A9) is unknown color: approx Pale Violet Red. HEX triplet: E7, 74 and A9. RGB value is (231,116,169). Sum of RGB (Red+Green+Blue) = 231+116+169=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 116 (45.70% from 255 or 22.48% from 516); Blue value is 169 (66.41% from 255 or 32.75% from 516); Max value from RGB is 231 - color contains mainly: red. Hex color #E774A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E774A9 is #188B56. Grayscale: #9C9C9C. Windows color (decimal): -1608535 or 11105511. OLE color: 11105511.

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

Color convert

RGB231116169-
CMYK00.500.270.09
HSL332.35º70.55%68.04%-
HSV(B)332.35º49.78%90.59%-
XYZ46.3632.3441.34-
YUV156.43135.1181.19-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.77%
GREEN value IS 116 (45.70% from 255) = 22.48%
BLUE value IS 169 (66.41% from 255) = 32.75%
R=44.77%
G=22.48%
B=32.75%

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
Decimal23111616900.500.270.09332.3570.5568.04
HexE774A90321B914c4744
Octal3471642510623311514107104
Binary11100111111010010101001011001011011100110100110010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E774A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E774A9; }

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

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

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

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

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

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

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

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