Html Css Color HEX #E76ABF Neon Pink

📋 copy color: '#E76ABF'

red 231 ◦ green 106 ◦ blue 191

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

Shades of Neon Pink #E76ABF

Tints of Neon Pink #E76ABF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.08%

 BLUE value IS 191 (75% from 255) = 36.17%

R = 43.75%
G = 20.08%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E76ABF (or 0xE76ABF) is known color: Neon Pink. HEX triplet: E7, 6A and BF. RGB value is (231,106,191). Sum of RGB (Red+Green+Blue) = 231+106+191=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 106 (41.80% from 255 or 20.08% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E76ABF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76ABF is #189540. Grayscale: #989898. Windows color (decimal): -1611073 or 12544743. OLE color: 12544743.

HSL color Cylindrical-coordinate representation of color #E76ABF: hue angle of 319.2º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76ABF is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 106 191 -
CMYK 0 0.54 0.17 0.09
HSL 319.2º 0.72% 0.66% -
HSV(B) 319.2º 0.54% 0.91% -
XYZ 47.51 31.06 52.78 -
YUV 153.07 149.41 183.59 -
System Red Green Blue C M Y K H S L
Decimal 231 106 191 0 0.54 0.17 0.09 319.2 0.72 0.66
Hex E7 6A BF 0 36 11 9 13F 48 42
Octal 347 152 277 0 66 21 11 477 110 102
Binary 11100111 1101010 10111111 0 110110 10001 1001 100111111 1001000 1000010

Color Harmonies of #E76ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76ABF

Black with #E76ABF

Text Example


Text Example

White with #E76ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76ABF; }

 p { color: rgb(231,106,191); }

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

background-color css

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

 a { background-color: rgb(231,106,191); }

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

border-color css

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

 span { border-color: rgb(231,106,191); }

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