#EA6CC5

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

Shades of Neon Pink #EA6CC5

Tints of Neon Pink #EA6CC5

Color information

#EA6CC5 (or 0xEA6CC5) is unknown color: approx Neon Pink. HEX triplet: EA, 6C and C5. RGB value is (234,108,197). Sum of RGB (Red+Green+Blue) = 234+108+197=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 108 (42.58% from 255 or 20.04% from 539); Blue value is 197 (77.34% from 255 or 36.55% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6CC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6CC5 is #15933A. Grayscale: #9B9B9B. Windows color (decimal): -1413947 or 12938474. OLE color: 12938474.

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

Color convert

RGB234108197-
CMYK00.540.160.08
HSL317.62º75%67.06%-
HSV(B)317.62º53.85%91.76%-
XYZ49.3732.2556.45-
YUV155.82151.24183.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.41%
GREEN value IS 108 (42.58% from 255) = 20.04%
BLUE value IS 197 (77.34% from 255) = 36.55%
R=43.41%
G=20.04%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410819700.540.160.08317.627567.06
HexEA6CC503610813e4b43
Octal3521543050662010476113103
Binary11101010110110011000101011011010000100010011111010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6CC5; }

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

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

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

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

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

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

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

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