Html Css Color HEX #E761BE Neon Pink

📋 copy color: '#E761BE'

red 231 ◦ green 97 ◦ blue 190

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

Shades of Neon Pink #E761BE

Tints of Neon Pink #E761BE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.73%

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

R = 44.59%
G = 18.73%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E761BE (or 0xE761BE) is known color: Neon Pink. HEX triplet: E7, 61 and BE. RGB value is (231,97,190). Sum of RGB (Red+Green+Blue) = 231+97+190=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E761BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E761BE is #189E41. Grayscale: #939393. Windows color (decimal): -1613378 or 12476903. OLE color: 12476903.

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

Color convert

RGB 231 97 190 -
CMYK 0 0.58 0.18 0.09
HSL 318.36º 0.74% 0.64% -
HSV(B) 318.36º 0.58% 0.91% -
XYZ 46.52 29.26 51.91 -
YUV 147.67 151.89 187.44 -
System Red Green Blue C M Y K H S L
Decimal 231 97 190 0 0.58 0.18 0.09 318.36 0.74 0.64
Hex E7 61 BE 0 3A 12 9 13E 4A 40
Octal 347 141 276 0 72 22 11 476 112 100
Binary 11100111 1100001 10111110 0 111010 10010 1001 100111110 1001010 1000000

Color Harmonies of #E761BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E761BE

Black with #E761BE

Text Example


Text Example

White with #E761BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E761BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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