#EA65BE

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

Shades of Neon Pink #EA65BE

Tints of Neon Pink #EA65BE

Color information

#EA65BE (or 0xEA65BE) is unknown color: approx Neon Pink. HEX triplet: EA, 65 and BE. RGB value is (234,101,190). Sum of RGB (Red+Green+Blue) = 234+101+190=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 101 (39.84% from 255 or 19.24% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EA65BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA65BE is #159A41. Grayscale: #969696. Windows color (decimal): -1415746 or 12477930. OLE color: 12477930.

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

Color convert

RGB234101190-
CMYK00.570.190.08
HSL319.85º76%65.69%-
HSV(B)319.85º56.84%91.76%-
XYZ47.8830.5252.08-
YUV150.91150.06187.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.57%
GREEN value IS 101 (39.84% from 255) = 19.24%
BLUE value IS 190 (74.61% from 255) = 36.19%
R=44.57%
G=19.24%
B=36.19%

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
Decimal23410119000.570.190.08319.857665.69
HexEA65BE0391381404c42
Octal3521452760712310500114102
Binary11101010110010110111110011100110011100010100000010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA65BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA65BE; }

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

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

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

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

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

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

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

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