#EA6DC8

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

Shades of Neon Pink #EA6DC8

Tints of Neon Pink #EA6DC8

Color information

#EA6DC8 (or 0xEA6DC8) is unknown color: approx Neon Pink. HEX triplet: EA, 6D and C8. RGB value is (234,109,200). Sum of RGB (Red+Green+Blue) = 234+109+200=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 109 (42.97% from 255 or 20.07% from 543); Blue value is 200 (78.52% from 255 or 36.83% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6DC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6DC8 is #159237. Grayscale: #9C9C9C. Windows color (decimal): -1413688 or 13135338. OLE color: 13135338.

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

Color convert

RGB234109200-
CMYK00.530.150.08
HSL316.32º74.85%67.25%-
HSV(B)316.32º53.42%91.76%-
XYZ49.8332.658.31-
YUV156.75152.41183.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.09%
GREEN value IS 109 (42.97% from 255) = 20.07%
BLUE value IS 200 (78.52% from 255) = 36.83%
R=43.09%
G=20.07%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410920000.530.150.08316.3274.8567.25
HexEA6DC8035F813c4b43
Octal3521553100651710474113103
Binary1110101011011011100100001101011111100010011110010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6DC8; }

 p { color: rgb(234,109,200); }

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

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

 a { background-color: rgb(234,109,200); }

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

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

 span { border-color: rgb(234,109,200); }

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