#E76CBD

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

Shades of Neon Pink #E76CBD

Tints of Neon Pink #E76CBD

Color information

#E76CBD (or 0xE76CBD) is unknown color: approx Neon Pink. HEX triplet: E7, 6C and BD. RGB value is (231,108,189). Sum of RGB (Red+Green+Blue) = 231+108+189=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76CBD is #189342. Grayscale: #999999. Windows color (decimal): -1610563 or 12414183. OLE color: 12414183.

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

Color convert

RGB231108189-
CMYK00.530.180.09
HSL320.49º71.93%66.47%-
HSV(B)320.49º53.25%90.59%-
XYZ47.531.3951.7-
YUV154.01147.75182.91-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.75%
GREEN value IS 108 (42.58% from 255) = 20.45%
BLUE value IS 189 (74.22% from 255) = 35.80%
R=43.75%
G=20.45%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110818900.530.180.09320.4971.9366.47
HexE76CBD0351291404842
Octal3471542750652211500110102
Binary11100111110110010111101011010110010100110100000010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76CBD; }

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

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

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

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

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

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

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

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