Html Css Color HEX #E664BE Neon Pink

📋 copy color: '#E664BE'

red 230 ◦ green 100 ◦ blue 190

#E664BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #E664BE

Tints of Neon Pink #E664BE

RGB

 RED value IS 230 (90.23% from 255) = 44.23%

 GREEN value IS 100 (39.45% from 255) = 19.23%

 BLUE value IS 190 (74.61% from 255) = 36.54%

R = 44.23%
G = 19.23%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E664BE (or 0xE664BE) is known color: Neon Pink. HEX triplet: E6, 64 and BE. RGB value is (230,100,190). Sum of RGB (Red+Green+Blue) = 230+100+190=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 230 - color contains mainly: red. Hex color #E664BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E664BE is #199B41. Grayscale: #949494. Windows color (decimal): -1678146 or 12477670. OLE color: 12477670.

HSL color Cylindrical-coordinate representation of color #E664BE: hue angle of 318.46º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E664BE is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 100 190 -
CMYK 0 0.57 0.17 0.10
HSL 318.46º 0.72% 0.65% -
HSV(B) 318.46º 0.57% 0.9% -
XYZ 46.48 29.66 51.99 -
YUV 149.13 151.07 185.68 -
System Red Green Blue C M Y K H S L
Decimal 230 100 190 0 0.57 0.17 0.10 318.46 0.72 0.65
Hex E6 64 BE 0 39 11 A 13E 48 41
Octal 346 144 276 0 71 21 12 476 110 101
Binary 11100110 1100100 10111110 0 111001 10001 1010 100111110 1001000 1000001

Color Harmonies of #E664BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E664BE

Black with #E664BE

Text Example


Text Example

White with #E664BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E664BE; }

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

 H1.HeaderClassName
 {
   color: #E664BE;
 }
 .AnyTagClassName
 {
   color: #E664BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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