#EA6CC4

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

Shades of Neon Pink #EA6CC4

Tints of Neon Pink #EA6CC4

Color information

#EA6CC4 (or 0xEA6CC4) is unknown color: approx Neon Pink. HEX triplet: EA, 6C and C4. RGB value is (234,108,196). Sum of RGB (Red+Green+Blue) = 234+108+196=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 108 (42.58% from 255 or 20.07% from 538); Blue value is 196 (76.95% from 255 or 36.43% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6CC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6CC4 is #15933B. Grayscale: #9B9B9B. Windows color (decimal): -1413948 or 12872938. OLE color: 12872938.

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

Color convert

RGB234108196-
CMYK00.540.160.08
HSL318.1º75%67.06%-
HSV(B)318.1º53.85%91.76%-
XYZ49.2632.255.84-
YUV155.71150.74183.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.49%
GREEN value IS 108 (42.58% from 255) = 20.07%
BLUE value IS 196 (76.95% from 255) = 36.43%
R=43.49%
G=20.07%
B=36.43%

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
Decimal23410819600.540.160.08318.17567.06
HexEA6CC403610813e4b43
Octal3521543040662010476113103
Binary11101010110110011000100011011010000100010011111010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6CC4; }

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

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

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

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

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

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

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

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