#EA69C8

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

Shades of Neon Pink #EA69C8

Tints of Neon Pink #EA69C8

Color information

#EA69C8 (or 0xEA69C8) is unknown color: approx Neon Pink. HEX triplet: EA, 69 and C8. RGB value is (234,105,200). Sum of RGB (Red+Green+Blue) = 234+105+200=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 105 (41.41% from 255 or 19.48% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EA69C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA69C8 is #159637. Grayscale: #9A9A9A. Windows color (decimal): -1414712 or 13134314. OLE color: 13134314.

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

Color convert

RGB234105200-
CMYK00.550.150.08
HSL315.81º75.44%66.47%-
HSV(B)315.81º55.13%91.76%-
XYZ49.4131.7758.17-
YUV154.4153.74184.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.41%
GREEN value IS 105 (41.41% from 255) = 19.48%
BLUE value IS 200 (78.52% from 255) = 37.11%
R=43.41%
G=19.48%
B=37.11%

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
Decimal23410520000.550.150.08315.8175.4466.47
HexEA69C8037F813c4b42
Octal3521513100671710474113102
Binary1110101011010011100100001101111111100010011110010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA69C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA69C8; }

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

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

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

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

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

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

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

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