#EA66C3

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

Shades of Neon Pink #EA66C3

Tints of Neon Pink #EA66C3

Color information

#EA66C3 (or 0xEA66C3) is unknown color: approx Neon Pink. HEX triplet: EA, 66 and C3. RGB value is (234,102,195). Sum of RGB (Red+Green+Blue) = 234+102+195=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 102 (40.23% from 255 or 19.21% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EA66C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA66C3 is #15993C. Grayscale: #979797. Windows color (decimal): -1415485 or 12805866. OLE color: 12805866.

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

Color convert

RGB234102195-
CMYK00.560.170.08
HSL317.73º75.86%65.88%-
HSV(B)317.73º56.41%91.76%-
XYZ48.5330.9455.04-
YUV152.07152.23186.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.07%
GREEN value IS 102 (40.23% from 255) = 19.21%
BLUE value IS 195 (76.56% from 255) = 36.72%
R=44.07%
G=19.21%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410219500.560.170.08317.7375.8665.88
HexEA66C303811813e4c42
Octal3521463030702110476114102
Binary11101010110011011000011011100010001100010011111010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA66C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA66C3; }

 p { color: rgb(234,102,195); }

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

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

 a { background-color: rgb(234,102,195); }

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

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

 span { border-color: rgb(234,102,195); }

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