#EA76CC

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

Shades of Neon Pink #EA76CC

Tints of Neon Pink #EA76CC

Color information

#EA76CC (or 0xEA76CC) is unknown color: approx Neon Pink. HEX triplet: EA, 76 and CC. RGB value is (234,118,204). Sum of RGB (Red+Green+Blue) = 234+118+204=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 118 (46.48% from 255 or 21.22% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EA76CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA76CC is #158933. Grayscale: #A2A2A2. Windows color (decimal): -1411380 or 13399786. OLE color: 13399786.

HSL color Cylindrical-coordinate representation of color #EA76CC: hue angle of 315.52º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA76CC is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB234118204-
CMYK00.500.130.08
HSL315.52º73.42%69.02%-
HSV(B)315.52º49.57%91.76%-
XYZ51.3134.8161.14-
YUV162.49151.43179.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.09%
GREEN value IS 118 (46.48% from 255) = 21.22%
BLUE value IS 204 (80.08% from 255) = 36.69%
R=42.09%
G=21.22%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411820400.500.130.08315.5273.4269.02
HexEA76CC032D813c4945
Octal3521663140621510474111105
Binary1110101011101101100110001100101101100010011110010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA76CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA76CC; }

 p { color: rgb(234,118,204); }

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

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

 a { background-color: rgb(234,118,204); }

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

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

 span { border-color: rgb(234,118,204); }

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