#E76FC7

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

Shades of Neon Pink #E76FC7

Tints of Neon Pink #E76FC7

Color information

#E76FC7 (or 0xE76FC7) is unknown color: approx Neon Pink. HEX triplet: E7, 6F and C7. RGB value is (231,111,199). Sum of RGB (Red+Green+Blue) = 231+111+199=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 199 (78.12% from 255 or 36.78% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E76FC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76FC7 is #189038. Grayscale: #9C9C9C. Windows color (decimal): -1609785 or 13070311. OLE color: 13070311.

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

Color convert

RGB231111199-
CMYK00.520.140.09
HSL316º71.43%67.06%-
HSV(B)316º51.95%90.59%-
XYZ48.9532.4857.72-
YUV156.91151.76180.84-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.70%
GREEN value IS 111 (43.75% from 255) = 20.52%
BLUE value IS 199 (78.12% from 255) = 36.78%
R=42.70%
G=20.52%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111119900.520.140.0931671.4367.06
HexE76FC7034E913c4743
Octal3471573070641611474107103
Binary1110011111011111100011101101001110100110011110010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76FC7; }

 p { color: rgb(231,111,199); }

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

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

 a { background-color: rgb(231,111,199); }

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

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

 span { border-color: rgb(231,111,199); }

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