#EA76CD

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

Shades of Neon Pink #EA76CD

Tints of Neon Pink #EA76CD

Color information

#EA76CD (or 0xEA76CD) is unknown color: approx Neon Pink. HEX triplet: EA, 76 and CD. RGB value is (234,118,205). Sum of RGB (Red+Green+Blue) = 234+118+205=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 118 (46.48% from 255 or 21.18% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EA76CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA76CD is #158932. Grayscale: #A2A2A2. Windows color (decimal): -1411379 or 13465322. OLE color: 13465322.

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

Color convert

RGB234118205-
CMYK00.500.120.08
HSL315º73.42%69.02%-
HSV(B)315º49.57%91.76%-
XYZ51.4334.8661.78-
YUV162.6151.93178.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.01%
GREEN value IS 118 (46.48% from 255) = 21.18%
BLUE value IS 205 (80.47% from 255) = 36.80%
R=42.01%
G=21.18%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411820500.500.120.0831573.4269.02
HexEA76CD032C813b4945
Octal3521663150621410473111105
Binary1110101011101101100110101100101100100010011101110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA76CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA76CD; }

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

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

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

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

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

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

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

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