#ee64be

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

Shades of Neon Pink #EE64BE

Tints of Neon Pink #EE64BE

Color information

#EE64BE (or 0xEE64BE) is unknown color: approx Neon Pink. HEX triplet: EE, 64 and BE. RGB value is (238,100,190). Sum of RGB (Red+Green+Blue) = 238+100+190=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 100 (39.45% from 255 or 18.94% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EE64BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE64BE is #119B41. Grayscale: #979797. Windows color (decimal): -1153858 or 12477678. OLE color: 12477678.

HSL color Cylindrical-coordinate representation of color #EE64BE: hue angle of 320.87º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE64BE is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB238100190-
CMYK00.580.200.07
HSL320.87º80.23%66.27%-
HSV(B)320.87º57.98%93.33%-
XYZ49.1131.0152.11-
YUV151.52149.72189.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.08%
GREEN value IS 100 (39.45% from 255) = 18.94%
BLUE value IS 190 (74.61% from 255) = 35.98%
R=45.08%
G=18.94%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810019000.580.200.07320.8780.2366.27
HexEE64BE03A1471415042
Octal356144276072247501120102
Binary1110111011001001011111001110101010011110100000110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee64be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee64be; }

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

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

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

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

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

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

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

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