#E769A6

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

Shades of Pale Violet Red #E769A6

Tints of Pale Violet Red #E769A6

Color information

#E769A6 (or 0xE769A6) is unknown color: approx Pale Violet Red. HEX triplet: E7, 69 and A6. RGB value is (231,105,166). Sum of RGB (Red+Green+Blue) = 231+105+166=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E769A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E769A6 is #189659. Grayscale: #959595. Windows color (decimal): -1611354 or 10906087. OLE color: 10906087.

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

Color convert

RGB231105166-
CMYK00.550.280.09
HSL330.95º72.41%65.88%-
HSV(B)330.95º54.55%90.59%-
XYZ44.8929.8539.47-
YUV149.63137.24186.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.02%
GREEN value IS 105 (41.41% from 255) = 20.92%
BLUE value IS 166 (65.23% from 255) = 33.07%
R=46.02%
G=20.92%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110516600.550.280.09330.9572.4165.88
HexE769A60371C914b4842
Octal3471512460673411513110102
Binary11100111110100110100110011011111100100110100101110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E769A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E769A6; }

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

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

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

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

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

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

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

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