#E774A6

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

Shades of Pale Violet Red #E774A6

Tints of Pale Violet Red #E774A6

Color information

#E774A6 (or 0xE774A6) is unknown color: approx Pale Violet Red. HEX triplet: E7, 74 and A6. RGB value is (231,116,166). Sum of RGB (Red+Green+Blue) = 231+116+166=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 166 (65.23% from 255 or 32.36% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E774A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E774A6 is #188B59. Grayscale: #9C9C9C. Windows color (decimal): -1608538 or 10908903. OLE color: 10908903.

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

Color convert

RGB231116166-
CMYK00.500.280.09
HSL333.91º70.55%68.04%-
HSV(B)333.91º49.78%90.59%-
XYZ46.0832.2339.87-
YUV156.08133.6181.43-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.03%
GREEN value IS 116 (45.70% from 255) = 22.61%
BLUE value IS 166 (65.23% from 255) = 32.36%
R=45.03%
G=22.61%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111616600.500.280.09333.9170.5568.04
HexE774A60321C914e4744
Octal3471642460623411516107104
Binary11100111111010010100110011001011100100110100111010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E774A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E774A6; }

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

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

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

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

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

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

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

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