Html Css Color HEX #E765BE Neon Pink

📋 copy color: '#E765BE'

red 231 ◦ green 101 ◦ blue 190

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

Shades of Neon Pink #E765BE

Tints of Neon Pink #E765BE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.35%

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

R = 44.25%
G = 19.35%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E765BE (or 0xE765BE) is known color: Neon Pink. HEX triplet: E7, 65 and BE. RGB value is (231,101,190). Sum of RGB (Red+Green+Blue) = 231+101+190=522 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.25% from 522); Green value is 101 (39.84% from 255 or 19.35% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 231 - color contains mainly: red. Hex color #E765BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E765BE is #189A41. Grayscale: #959595. Windows color (decimal): -1612354 or 12477927. OLE color: 12477927.

HSL color Cylindrical-coordinate representation of color #E765BE: hue angle of 318.92º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E765BE is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 101 190 -
CMYK 0 0.56 0.18 0.09
HSL 318.92º 0.73% 0.65% -
HSV(B) 318.92º 0.56% 0.91% -
XYZ 46.9 30.01 52.04 -
YUV 150.02 150.57 185.76 -
System Red Green Blue C M Y K H S L
Decimal 231 101 190 0 0.56 0.18 0.09 318.92 0.73 0.65
Hex E7 65 BE 0 38 12 9 13F 49 41
Octal 347 145 276 0 70 22 11 477 111 101
Binary 11100111 1100101 10111110 0 111000 10010 1001 100111111 1001001 1000001

Color Harmonies of #E765BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E765BE

Black with #E765BE

Text Example


Text Example

White with #E765BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E765BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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