#E76FC0

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

Shades of Neon Pink #E76FC0

Tints of Neon Pink #E76FC0

Color information

#E76FC0 (or 0xE76FC0) is unknown color: approx Neon Pink. HEX triplet: E7, 6F and C0. RGB value is (231,111,192). Sum of RGB (Red+Green+Blue) = 231+111+192=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E76FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76FC0 is #18903F. Grayscale: #9B9B9B. Windows color (decimal): -1609792 or 12611559. OLE color: 12611559.

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

Color convert

RGB231111192-
CMYK00.520.170.09
HSL319.5º71.43%67.06%-
HSV(B)319.5º51.95%90.59%-
XYZ48.1532.1653.54-
YUV156.11148.26181.41-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.26%
GREEN value IS 111 (43.75% from 255) = 20.79%
BLUE value IS 192 (75.39% from 255) = 35.96%
R=43.26%
G=20.79%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111119200.520.170.09319.571.4367.06
HexE76FC00341191404743
Octal3471573000642111500107103
Binary11100111110111111000000011010010001100110100000010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76FC0; }

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

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

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

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

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

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

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

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