Html Css Color HEX #E769BC Neon Pink

📋 copy color: '#E769BC'

red 231 ◦ green 105 ◦ blue 188

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

Shades of Neon Pink #E769BC

Tints of Neon Pink #E769BC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.04%

 BLUE value IS 188 (73.83% from 255) = 35.88%

R = 44.08%
G = 20.04%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E769BC (or 0xE769BC) is known color: Neon Pink. HEX triplet: E7, 69 and BC. RGB value is (231,105,188). Sum of RGB (Red+Green+Blue) = 231+105+188=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E769BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E769BC is #189643. Grayscale: #979797. Windows color (decimal): -1611332 or 12347879. OLE color: 12347879.

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

Color convert

RGB 231 105 188 -
CMYK 0 0.55 0.19 0.09
HSL 320.48º 0.72% 0.66% -
HSV(B) 320.48º 0.55% 0.91% -
XYZ 47.08 30.72 51.03 -
YUV 152.14 148.24 184.25 -
System Red Green Blue C M Y K H S L
Decimal 231 105 188 0 0.55 0.19 0.09 320.48 0.72 0.66
Hex E7 69 BC 0 37 13 9 140 48 42
Octal 347 151 274 0 67 23 11 500 110 102
Binary 11100111 1101001 10111100 0 110111 10011 1001 101000000 1001000 1000010

Color Harmonies of #E769BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E769BC

Black with #E769BC

Text Example


Text Example

White with #E769BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E769BC; }

 p { color: rgb(231,105,188); }

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

background-color css

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

 a { background-color: rgb(231,105,188); }

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

border-color css

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

 span { border-color: rgb(231,105,188); }

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