Html Css Color HEX #E764C1 Neon Pink

📋 copy color: '#E764C1'

red 231 ◦ green 100 ◦ blue 193

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

Shades of Neon Pink #E764C1

Tints of Neon Pink #E764C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.83%

R = 44.08%
G = 19.08%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E764C1 (or 0xE764C1) is known color: Neon Pink. HEX triplet: E7, 64 and C1. RGB value is (231,100,193). Sum of RGB (Red+Green+Blue) = 231+100+193=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E764C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E764C1 is #189B3E. Grayscale: #959595. Windows color (decimal): -1612607 or 12674279. OLE color: 12674279.

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

Color convert

RGB 231 100 193 -
CMYK 0 0.57 0.16 0.09
HSL 317.4º 0.73% 0.65% -
HSV(B) 317.4º 0.57% 0.91% -
XYZ 47.14 29.95 53.75 -
YUV 149.77 152.4 185.94 -
System Red Green Blue C M Y K H S L
Decimal 231 100 193 0 0.57 0.16 0.09 317.4 0.73 0.65
Hex E7 64 C1 0 39 10 9 13D 49 41
Octal 347 144 301 0 71 20 11 475 111 101
Binary 11100111 1100100 11000001 0 111001 10000 1001 100111101 1001001 1000001

Color Harmonies of #E764C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E764C1

Black with #E764C1

Text Example


Text Example

White with #E764C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E764C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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