#EA6FC5

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

Shades of Neon Pink #EA6FC5

Tints of Neon Pink #EA6FC5

Color information

#EA6FC5 (or 0xEA6FC5) is unknown color: approx Neon Pink. HEX triplet: EA, 6F and C5. RGB value is (234,111,197). Sum of RGB (Red+Green+Blue) = 234+111+197=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 111 (43.75% from 255 or 20.48% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6FC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6FC5 is #15903A. Grayscale: #9D9D9D. Windows color (decimal): -1413179 or 12939242. OLE color: 12939242.

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

Color convert

RGB234111197-
CMYK00.530.160.08
HSL318.05º74.55%67.65%-
HSV(B)318.05º52.56%91.76%-
XYZ49.6932.8956.55-
YUV157.58150.25182.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.17%
GREEN value IS 111 (43.75% from 255) = 20.48%
BLUE value IS 197 (77.34% from 255) = 36.35%
R=43.17%
G=20.48%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411119700.530.160.08318.0574.5567.65
HexEA6FC503510813e4b44
Octal3521573050652010476113104
Binary11101010110111111000101011010110000100010011111010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6FC5; }

 p { color: rgb(234,111,197); }

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

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

 a { background-color: rgb(234,111,197); }

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

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

 span { border-color: rgb(234,111,197); }

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