#E7769C

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

Shades of Pale Violet Red #E7769C

Tints of Pale Violet Red #E7769C

Color information

#E7769C (or 0xE7769C) is unknown color: approx Pale Violet Red. HEX triplet: E7, 76 and 9C. RGB value is (231,118,156). Sum of RGB (Red+Green+Blue) = 231+118+156=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E7769C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7769C is #188963. Grayscale: #9C9C9C. Windows color (decimal): -1608036 or 10254055. OLE color: 10254055.

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

Color convert

RGB231118156-
CMYK00.490.320.09
HSL339.82º70.19%68.43%-
HSV(B)339.82º48.92%90.59%-
XYZ45.4332.3535.3-
YUV156.12127.94181.41-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.74%
GREEN value IS 118 (46.48% from 255) = 23.37%
BLUE value IS 156 (61.33% from 255) = 30.89%
R=45.74%
G=23.37%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111815600.490.320.09339.8270.1968.43
HexE7769C0312091544644
Octal3471662340614011524106104
Binary111001111110110100111000110001100000100110101010010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7769C; }

 p { color: rgb(231,118,156); }

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

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

 a { background-color: rgb(231,118,156); }

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

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

 span { border-color: rgb(231,118,156); }

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