Html Css Color HEX #E764BD Neon Pink

📋 copy color: '#E764BD'

red 231 ◦ green 100 ◦ blue 189

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

Shades of Neon Pink #E764BD

Tints of Neon Pink #E764BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.35%

R = 44.42%
G = 19.23%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E764BD (or 0xE764BD) is known color: Neon Pink. HEX triplet: E7, 64 and BD. RGB value is (231,100,189). Sum of RGB (Red+Green+Blue) = 231+100+189=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E764BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E764BD is #189B42. Grayscale: #959595. Windows color (decimal): -1612611 or 12412135. OLE color: 12412135.

HSL color Cylindrical-coordinate representation of color #E764BD: hue angle of 319.24º 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 #E764BD is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 100 189 -
CMYK 0 0.57 0.18 0.09
HSL 319.24º 0.73% 0.65% -
HSV(B) 319.24º 0.57% 0.91% -
XYZ 46.7 29.78 51.43 -
YUV 149.32 150.4 186.26 -
System Red Green Blue C M Y K H S L
Decimal 231 100 189 0 0.57 0.18 0.09 319.24 0.73 0.65
Hex E7 64 BD 0 39 12 9 13F 49 41
Octal 347 144 275 0 71 22 11 477 111 101
Binary 11100111 1100100 10111101 0 111001 10010 1001 100111111 1001001 1000001

Color Harmonies of #E764BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E764BD

Black with #E764BD

Text Example


Text Example

White with #E764BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E764BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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