#EA64BE

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

Shades of Neon Pink #EA64BE

Tints of Neon Pink #EA64BE

Color information

#EA64BE (or 0xEA64BE) is unknown color: approx Neon Pink. HEX triplet: EA, 64 and BE. RGB value is (234,100,190). Sum of RGB (Red+Green+Blue) = 234+100+190=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA64BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA64BE is #159B41. Grayscale: #969696. Windows color (decimal): -1416002 or 12477674. OLE color: 12477674.

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

Color convert

RGB234100190-
CMYK00.570.190.08
HSL319.7º76.14%65.49%-
HSV(B)319.7º57.26%91.76%-
XYZ47.7830.3252.05-
YUV150.33150.39187.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.66%
GREEN value IS 100 (39.45% from 255) = 19.08%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=44.66%
G=19.08%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410019000.570.190.08319.776.1465.49
HexEA64BE0391381404c41
Octal3521442760712310500114101
Binary11101010110010010111110011100110011100010100000010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA64BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA64BE; }

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

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

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

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

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

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

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

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