#EA6EC9

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

Shades of Neon Pink #EA6EC9

Tints of Neon Pink #EA6EC9

Color information

#EA6EC9 (or 0xEA6EC9) is unknown color: approx Neon Pink. HEX triplet: EA, 6E and C9. RGB value is (234,110,201). Sum of RGB (Red+Green+Blue) = 234+110+201=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 110 (43.36% from 255 or 20.18% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6EC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6EC9 is #159136. Grayscale: #9D9D9D. Windows color (decimal): -1413431 or 13201130. OLE color: 13201130.

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

Color convert

RGB234110201-
CMYK00.530.140.08
HSL315.97º74.7%67.45%-
HSV(B)315.97º52.99%91.76%-
XYZ50.0532.8658.96-
YUV157.45152.58182.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 110 (43.36% from 255) = 20.18%
BLUE value IS 201 (78.91% from 255) = 36.88%
R=42.94%
G=20.18%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411020100.530.140.08315.9774.767.45
HexEA6EC9035E813c4b43
Octal3521563110651610474113103
Binary1110101011011101100100101101011110100010011110010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6EC9; }

 p { color: rgb(234,110,201); }

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

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

 a { background-color: rgb(234,110,201); }

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

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

 span { border-color: rgb(234,110,201); }

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