#EA69C7

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

Shades of Neon Pink #EA69C7

Tints of Neon Pink #EA69C7

Color information

#EA69C7 (or 0xEA69C7) is unknown color: approx Neon Pink. HEX triplet: EA, 69 and C7. RGB value is (234,105,199). Sum of RGB (Red+Green+Blue) = 234+105+199=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 105 (41.41% from 255 or 19.52% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EA69C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA69C7 is #159638. Grayscale: #9A9A9A. Windows color (decimal): -1414713 or 13068778. OLE color: 13068778.

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

Color convert

RGB234105199-
CMYK00.550.150.08
HSL316.28º75.44%66.47%-
HSV(B)316.28º55.13%91.76%-
XYZ49.2931.7257.56-
YUV154.29153.24184.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.49%
GREEN value IS 105 (41.41% from 255) = 19.52%
BLUE value IS 199 (78.12% from 255) = 36.99%
R=43.49%
G=19.52%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410519900.550.150.08316.2875.4466.47
HexEA69C7037F813c4b42
Octal3521513070671710474113102
Binary1110101011010011100011101101111111100010011110010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA69C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA69C7; }

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

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

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

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

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

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

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

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