#E76DBD

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

Shades of Neon Pink #E76DBD

Tints of Neon Pink #E76DBD

Color information

#E76DBD (or 0xE76DBD) is unknown color: approx Neon Pink. HEX triplet: E7, 6D and BD. RGB value is (231,109,189). Sum of RGB (Red+Green+Blue) = 231+109+189=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 109 (42.97% from 255 or 20.60% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76DBD is #189242. Grayscale: #9A9A9A. Windows color (decimal): -1610307 or 12414439. OLE color: 12414439.

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

Color convert

RGB231109189-
CMYK00.530.180.09
HSL320.66º71.76%66.67%-
HSV(B)320.66º52.81%90.59%-
XYZ47.6131.651.73-
YUV154.6147.42182.5-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.67%
GREEN value IS 109 (42.97% from 255) = 20.60%
BLUE value IS 189 (74.22% from 255) = 35.73%
R=43.67%
G=20.60%
B=35.73%

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
Decimal23110918900.530.180.09320.6671.7666.67
HexE76DBD0351291414843
Octal3471552750652211501110103
Binary11100111110110110111101011010110010100110100000110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76DBD; }

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

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

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

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

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

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

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

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