#E76ABB

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

Shades of Neon Pink #E76ABB

Tints of Neon Pink #E76ABB

Color information

#E76ABB (or 0xE76ABB) is unknown color: approx Neon Pink. HEX triplet: E7, 6A and BB. RGB value is (231,106,187). Sum of RGB (Red+Green+Blue) = 231+106+187=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 106 (41.80% from 255 or 20.23% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E76ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76ABB is #189544. Grayscale: #989898. Windows color (decimal): -1611077 or 12282599. OLE color: 12282599.

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

Color convert

RGB231106187-
CMYK00.540.190.09
HSL321.12º72.25%66.08%-
HSV(B)321.12º54.11%90.59%-
XYZ47.0830.8850.49-
YUV152.61147.41183.91-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.08%
GREEN value IS 106 (41.80% from 255) = 20.23%
BLUE value IS 187 (73.44% from 255) = 35.69%
R=44.08%
G=20.23%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110618700.540.190.09321.1272.2566.08
HexE76ABB0361391414842
Octal3471522730662311501110102
Binary11100111110101010111011011011010011100110100000110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76ABB; }

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

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

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

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

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

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

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

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