#EA76CB

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

Shades of Neon Pink #EA76CB

Tints of Neon Pink #EA76CB

Color information

#EA76CB (or 0xEA76CB) is unknown color: approx Neon Pink. HEX triplet: EA, 76 and CB. RGB value is (234,118,203). Sum of RGB (Red+Green+Blue) = 234+118+203=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 118 (46.48% from 255 or 21.26% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EA76CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA76CB is #158934. Grayscale: #A2A2A2. Windows color (decimal): -1411381 or 13334250. OLE color: 13334250.

HSL color Cylindrical-coordinate representation of color #EA76CB: hue angle of 316.03º 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 #EA76CB is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB234118203-
CMYK00.500.130.08
HSL316.03º73.42%69.02%-
HSV(B)316.03º49.57%91.76%-
XYZ51.1934.7660.51-
YUV162.37150.93179.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.16%
GREEN value IS 118 (46.48% from 255) = 21.26%
BLUE value IS 203 (79.69% from 255) = 36.58%
R=42.16%
G=21.26%
B=36.58%

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
Decimal23411820300.500.130.08316.0373.4269.02
HexEA76CB032D813c4945
Octal3521663130621510474111105
Binary1110101011101101100101101100101101100010011110010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA76CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA76CB; }

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

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

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

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

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

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

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

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