#E76EA1

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

Shades of Pale Violet Red #E76EA1

Tints of Pale Violet Red #E76EA1

Color information

#E76EA1 (or 0xE76EA1) is unknown color: approx Pale Violet Red. HEX triplet: E7, 6E and A1. RGB value is (231,110,161). Sum of RGB (Red+Green+Blue) = 231+110+161=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E76EA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76EA1 is #18915E. Grayscale: #979797. Windows color (decimal): -1610079 or 10579687. OLE color: 10579687.

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

Color convert

RGB231110161-
CMYK00.520.300.09
HSL334.71º71.6%66.86%-
HSV(B)334.71º52.38%90.59%-
XYZ44.9630.7137.28-
YUV151.99133.09184.35-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.02%
GREEN value IS 110 (43.36% from 255) = 21.91%
BLUE value IS 161 (63.28% from 255) = 32.07%
R=46.02%
G=21.91%
B=32.07%

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
Decimal23111016100.520.300.09334.7171.666.86
HexE76EA10341E914f4843
Octal3471562410643611517110103
Binary11100111110111010100001011010011110100110100111110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76EA1; }

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

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

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

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

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

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

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

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