#E76BC1

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

Shades of Neon Pink #E76BC1

Tints of Neon Pink #E76BC1

Color information

#E76BC1 (or 0xE76BC1) is unknown color: approx Neon Pink. HEX triplet: E7, 6B and C1. RGB value is (231,107,193). Sum of RGB (Red+Green+Blue) = 231+107+193=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 107 (42.19% from 255 or 20.15% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E76BC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76BC1 is #18943E. Grayscale: #999999. Windows color (decimal): -1610815 or 12676071. OLE color: 12676071.

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

Color convert

RGB231107193-
CMYK00.540.160.09
HSL318.39º72.09%66.27%-
HSV(B)318.39º53.68%90.59%-
XYZ47.8431.3553.98-
YUV153.88150.08183.01-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.50%
GREEN value IS 107 (42.19% from 255) = 20.15%
BLUE value IS 193 (75.78% from 255) = 36.35%
R=43.50%
G=20.15%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110719300.540.160.09318.3972.0966.27
HexE76BC103610913e4842
Octal3471533010662011476110102
Binary11100111110101111000001011011010000100110011111010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76BC1; }

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

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

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

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

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

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

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

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