#EA66BE

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

Shades of Neon Pink #EA66BE

Tints of Neon Pink #EA66BE

Color information

#EA66BE (or 0xEA66BE) is unknown color: approx Neon Pink. HEX triplet: EA, 66 and BE. RGB value is (234,102,190). Sum of RGB (Red+Green+Blue) = 234+102+190=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 102 (40.23% from 255 or 19.39% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EA66BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA66BE is #159941. Grayscale: #979797. Windows color (decimal): -1415490 or 12478186. OLE color: 12478186.

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

Color convert

RGB234102190-
CMYK00.560.190.08
HSL320º75.86%65.88%-
HSV(B)320º56.41%91.76%-
XYZ47.9830.7152.11-
YUV151.5149.73186.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.49%
GREEN value IS 102 (40.23% from 255) = 19.39%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=44.49%
G=19.39%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410219000.560.190.0832075.8665.88
HexEA66BE0381381404c42
Octal3521462760702310500114102
Binary11101010110011010111110011100010011100010100000010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA66BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA66BE; }

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

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

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

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

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

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

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

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