Html Css Color HEX #E769BE Neon Pink

📋 copy color: '#E769BE'

red 231 ◦ green 105 ◦ blue 190

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

Shades of Neon Pink #E769BE

Tints of Neon Pink #E769BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.12%

R = 43.92%
G = 19.96%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E769BE (or 0xE769BE) is known color: Neon Pink. HEX triplet: E7, 69 and BE. RGB value is (231,105,190). Sum of RGB (Red+Green+Blue) = 231+105+190=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 231 - color contains mainly: red. Hex color #E769BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E769BE is #189641. Grayscale: #989898. Windows color (decimal): -1611330 or 12478951. OLE color: 12478951.

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

Color convert

RGB 231 105 190 -
CMYK 0 0.55 0.18 0.09
HSL 319.52º 0.72% 0.66% -
HSV(B) 319.52º 0.55% 0.91% -
XYZ 47.3 30.81 52.17 -
YUV 152.36 149.24 184.09 -
System Red Green Blue C M Y K H S L
Decimal 231 105 190 0 0.55 0.18 0.09 319.52 0.72 0.66
Hex E7 69 BE 0 37 12 9 140 48 42
Octal 347 151 276 0 67 22 11 500 110 102
Binary 11100111 1101001 10111110 0 110111 10010 1001 101000000 1001000 1000010

Color Harmonies of #E769BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E769BE

Black with #E769BE

Text Example


Text Example

White with #E769BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E769BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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