#E76CBE

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

Shades of Neon Pink #E76CBE

Tints of Neon Pink #E76CBE

Color information

#E76CBE (or 0xE76CBE) is unknown color: approx Neon Pink. HEX triplet: E7, 6C and BE. RGB value is (231,108,190). Sum of RGB (Red+Green+Blue) = 231+108+190=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76CBE is #189341. Grayscale: #999999. Windows color (decimal): -1610562 or 12479719. OLE color: 12479719.

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

Color convert

RGB231108190-
CMYK00.530.180.09
HSL320º71.93%66.47%-
HSV(B)320º53.25%90.59%-
XYZ47.6131.4352.27-
YUV154.12148.25182.83-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.67%
GREEN value IS 108 (42.58% from 255) = 20.42%
BLUE value IS 190 (74.61% from 255) = 35.92%
R=43.67%
G=20.42%
B=35.92%

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
Decimal23110819000.530.180.0932071.9366.47
HexE76CBE0351291404842
Octal3471542760652211500110102
Binary11100111110110010111110011010110010100110100000010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76CBE; }

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

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

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

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

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

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

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

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