#E769A1

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

Shades of Pale Violet Red #E769A1

Tints of Pale Violet Red #E769A1

Color information

#E769A1 (or 0xE769A1) is unknown color: approx Pale Violet Red. HEX triplet: E7, 69 and A1. RGB value is (231,105,161). Sum of RGB (Red+Green+Blue) = 231+105+161=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E769A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E769A1 is #18965E. Grayscale: #949494. Windows color (decimal): -1611359 or 10578407. OLE color: 10578407.

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

Color convert

RGB231105161-
CMYK00.550.300.09
HSL333.33º72.41%65.88%-
HSV(B)333.33º54.55%90.59%-
XYZ44.4429.6737.1-
YUV149.06134.74186.45-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.48%
GREEN value IS 105 (41.41% from 255) = 21.13%
BLUE value IS 161 (63.28% from 255) = 32.39%
R=46.48%
G=21.13%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110516100.550.300.09333.3372.4165.88
HexE769A10371E914d4842
Octal3471512410673611515110102
Binary11100111110100110100001011011111110100110100110110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E769A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E769A1; }

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

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

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

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

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

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

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

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