#E769A3

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

Shades of Pale Violet Red #E769A3

Tints of Pale Violet Red #E769A3

Color information

#E769A3 (or 0xE769A3) is unknown color: approx Pale Violet Red. HEX triplet: E7, 69 and A3. RGB value is (231,105,163). Sum of RGB (Red+Green+Blue) = 231+105+163=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 163 (64.06% from 255 or 32.67% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E769A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E769A3 is #18965C. Grayscale: #959595. Windows color (decimal): -1611357 or 10709479. OLE color: 10709479.

HSL color Cylindrical-coordinate representation of color #E769A3: hue angle of 332.38º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E769A3 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB231105163-
CMYK00.550.290.09
HSL332.38º72.41%65.88%-
HSV(B)332.38º54.55%90.59%-
XYZ44.6229.7438.04-
YUV149.29135.74186.28-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.29%
GREEN value IS 105 (41.41% from 255) = 21.04%
BLUE value IS 163 (64.06% from 255) = 32.67%
R=46.29%
G=21.04%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110516300.550.290.09332.3872.4165.88
HexE769A30371D914c4842
Octal3471512430673511514110102
Binary11100111110100110100011011011111101100110100110010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E769A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E769A3; }

 p { color: rgb(231,105,163); }

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

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

 a { background-color: rgb(231,105,163); }

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

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

 span { border-color: rgb(231,105,163); }

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