#E76EA2

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

Shades of Pale Violet Red #E76EA2

Tints of Pale Violet Red #E76EA2

Color information

#E76EA2 (or 0xE76EA2) is unknown color: approx Pale Violet Red. HEX triplet: E7, 6E and A2. RGB value is (231,110,162). Sum of RGB (Red+Green+Blue) = 231+110+162=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 162 (63.67% from 255 or 32.21% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E76EA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76EA2 is #18915D. Grayscale: #989898. Windows color (decimal): -1610078 or 10645223. OLE color: 10645223.

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

Color convert

RGB231110162-
CMYK00.520.300.09
HSL334.21º71.6%66.86%-
HSV(B)334.21º52.38%90.59%-
XYZ45.0530.7537.74-
YUV152.11133.59184.27-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.92%
GREEN value IS 110 (43.36% from 255) = 21.87%
BLUE value IS 162 (63.67% from 255) = 32.21%
R=45.92%
G=21.87%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111016200.520.300.09334.2171.666.86
HexE76EA20341E914e4843
Octal3471562420643611516110103
Binary11100111110111010100010011010011110100110100111010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76EA2; }

 p { color: rgb(231,110,162); }

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

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

 a { background-color: rgb(231,110,162); }

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

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

 span { border-color: rgb(231,110,162); }

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