Html Css Color HEX #E76DBF Neon Pink

📋 copy color: '#E76DBF'

red 231 ◦ green 109 ◦ blue 191

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

Shades of Neon Pink #E76DBF

Tints of Neon Pink #E76DBF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.53%

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

R = 43.5%
G = 20.53%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E76DBF (or 0xE76DBF) is known color: Neon Pink. HEX triplet: E7, 6D and BF. RGB value is (231,109,191). Sum of RGB (Red+Green+Blue) = 231+109+191=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76DBF is #189240. Grayscale: #9A9A9A. Windows color (decimal): -1610305 or 12545511. OLE color: 12545511.

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

Color convert

RGB 231 109 191 -
CMYK 0 0.53 0.17 0.09
HSL 319.67º 0.72% 0.67% -
HSV(B) 319.67º 0.53% 0.91% -
XYZ 47.83 31.69 52.89 -
YUV 154.83 148.42 182.33 -
System Red Green Blue C M Y K H S L
Decimal 231 109 191 0 0.53 0.17 0.09 319.67 0.72 0.67
Hex E7 6D BF 0 35 11 9 140 48 43
Octal 347 155 277 0 65 21 11 500 110 103
Binary 11100111 1101101 10111111 0 110101 10001 1001 101000000 1001000 1000011

Color Harmonies of #E76DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76DBF

Black with #E76DBF

Text Example


Text Example

White with #E76DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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