#EA77CA

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

Shades of Neon Pink #EA77CA

Tints of Neon Pink #EA77CA

Color information

#EA77CA (or 0xEA77CA) is unknown color: approx Neon Pink. HEX triplet: EA, 77 and CA. RGB value is (234,119,202). Sum of RGB (Red+Green+Blue) = 234+119+202=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA77CA is #158835. Grayscale: #A2A2A2. Windows color (decimal): -1411126 or 13268970. OLE color: 13268970.

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

Color convert

RGB234119202-
CMYK00.490.140.08
HSL316.7º73.25%69.22%-
HSV(B)316.7º49.15%91.76%-
XYZ51.1934.9559.93-
YUV162.85150.1178.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.16%
GREEN value IS 119 (46.88% from 255) = 21.44%
BLUE value IS 202 (79.30% from 255) = 36.40%
R=42.16%
G=21.44%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411920200.490.140.08316.773.2569.22
HexEA77CA031E813d4945
Octal3521673120611610475111105
Binary1110101011101111100101001100011110100010011110110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA77CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA77CA; }

 p { color: rgb(234,119,202); }

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

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

 a { background-color: rgb(234,119,202); }

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

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

 span { border-color: rgb(234,119,202); }

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