#E76BBD

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

Shades of Neon Pink #E76BBD

Tints of Neon Pink #E76BBD

Color information

#E76BBD (or 0xE76BBD) is unknown color: approx Neon Pink. HEX triplet: E7, 6B and BD. RGB value is (231,107,189). Sum of RGB (Red+Green+Blue) = 231+107+189=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 107 (42.19% from 255 or 20.30% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E76BBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76BBD is #189442. Grayscale: #999999. Windows color (decimal): -1610819 or 12413927. OLE color: 12413927.

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

Color convert

RGB231107189-
CMYK00.540.180.09
HSL320.32º72.09%66.27%-
HSV(B)320.32º53.68%90.59%-
XYZ47.431.1851.66-
YUV153.42148.08183.33-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.83%
GREEN value IS 107 (42.19% from 255) = 20.30%
BLUE value IS 189 (74.22% from 255) = 35.86%
R=43.83%
G=20.30%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110718900.540.180.09320.3272.0966.27
HexE76BBD0361291404842
Octal3471532750662211500110102
Binary11100111110101110111101011011010010100110100000010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76BBD; }

 p { color: rgb(231,107,189); }

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

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

 a { background-color: rgb(231,107,189); }

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

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

 span { border-color: rgb(231,107,189); }

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