#EA66BC

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

Shades of Neon Pink #EA66BC

Tints of Neon Pink #EA66BC

Color information

#EA66BC (or 0xEA66BC) is unknown color: approx Neon Pink. HEX triplet: EA, 66 and BC. RGB value is (234,102,188). Sum of RGB (Red+Green+Blue) = 234+102+188=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA66BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA66BC is #159943. Grayscale: #979797. Windows color (decimal): -1415492 or 12347114. OLE color: 12347114.

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

Color convert

RGB234102188-
CMYK00.560.200.08
HSL320.91º75.86%65.88%-
HSV(B)320.91º56.41%91.76%-
XYZ47.7630.6350.97-
YUV151.27148.73187.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.66%
GREEN value IS 102 (40.23% from 255) = 19.47%
BLUE value IS 188 (73.83% from 255) = 35.88%
R=44.66%
G=19.47%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410218800.560.200.08320.9175.8665.88
HexEA66BC0381481414c42
Octal3521462740702410501114102
Binary11101010110011010111100011100010100100010100000110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA66BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA66BC; }

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

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

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

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

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

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

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

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