#EA69C5

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

Shades of Neon Pink #EA69C5

Tints of Neon Pink #EA69C5

Color information

#EA69C5 (or 0xEA69C5) is unknown color: approx Neon Pink. HEX triplet: EA, 69 and C5. RGB value is (234,105,197). Sum of RGB (Red+Green+Blue) = 234+105+197=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EA69C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA69C5 is #15963A. Grayscale: #999999. Windows color (decimal): -1414715 or 12937706. OLE color: 12937706.

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

Color convert

RGB234105197-
CMYK00.550.160.08
HSL317.21º75.44%66.47%-
HSV(B)317.21º55.13%91.76%-
XYZ49.0631.6356.34-
YUV154.06152.24185.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.66%
GREEN value IS 105 (41.41% from 255) = 19.59%
BLUE value IS 197 (77.34% from 255) = 36.75%
R=43.66%
G=19.59%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410519700.550.160.08317.2175.4466.47
HexEA69C503710813d4b42
Octal3521513050672010475113102
Binary11101010110100111000101011011110000100010011110110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA69C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA69C5; }

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

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

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

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

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

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

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

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