Html Css Color HEX #E764BB Neon Pink

📋 copy color: '#E764BB'

red 231 ◦ green 100 ◦ blue 187

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

Shades of Neon Pink #E764BB

Tints of Neon Pink #E764BB

RGB

 RED value IS 231 (90.63% from 255) = 44.59%

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

 BLUE value IS 187 (73.44% from 255) = 36.1%

R = 44.59%
G = 19.31%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E764BB (or 0xE764BB) is known color: Neon Pink. HEX triplet: E7, 64 and BB. RGB value is (231,100,187). Sum of RGB (Red+Green+Blue) = 231+100+187=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E764BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E764BB is #189B44. Grayscale: #949494. Windows color (decimal): -1612613 or 12281063. OLE color: 12281063.

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

Color convert

RGB 231 100 187 -
CMYK 0 0.57 0.19 0.09
HSL 320.15º 0.73% 0.65% -
HSV(B) 320.15º 0.57% 0.91% -
XYZ 46.48 29.69 50.29 -
YUV 149.09 149.4 186.43 -
System Red Green Blue C M Y K H S L
Decimal 231 100 187 0 0.57 0.19 0.09 320.15 0.73 0.65
Hex E7 64 BB 0 39 13 9 140 49 41
Octal 347 144 273 0 71 23 11 500 111 101
Binary 11100111 1100100 10111011 0 111001 10011 1001 101000000 1001001 1000001

Color Harmonies of #E764BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E764BB

Black with #E764BB

Text Example


Text Example

White with #E764BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E764BB; }

 p { color: rgb(231,100,187); }

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

background-color css

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

 a { background-color: rgb(231,100,187); }

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

border-color css

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

 span { border-color: rgb(231,100,187); }

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