#E76AC2

Color #E76AC2 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #E76AC2

Tints of Neon Pink #E76AC2

Color information

#E76AC2 (or 0xE76AC2) is unknown color: approx Neon Pink. HEX triplet: E7, 6A and C2. RGB value is (231,106,194). Sum of RGB (Red+Green+Blue) = 231+106+194=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E76AC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76AC2 is #18953D. Grayscale: #999999. Windows color (decimal): -1611070 or 12741351. OLE color: 12741351.

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

Color convert

RGB231106194-
CMYK00.540.160.09
HSL317.76º72.25%66.08%-
HSV(B)317.76º54.11%90.59%-
XYZ47.8531.1954.54-
YUV153.41150.91183.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.50%
GREEN value IS 106 (41.80% from 255) = 19.96%
BLUE value IS 194 (76.17% from 255) = 36.53%
R=43.50%
G=19.96%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110619400.540.160.09317.7672.2566.08
HexE76AC203610913e4842
Octal3471523020662011476110102
Binary11100111110101011000010011011010000100110011111010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76AC2; }

 p { color: rgb(231,106,194); }

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

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

 a { background-color: rgb(231,106,194); }

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

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

 span { border-color: rgb(231,106,194); }

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