Html Css Color HEX #E762BE Neon Pink

📋 copy color: '#E762BE'

red 231 ◦ green 98 ◦ blue 190

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

Shades of Neon Pink #E762BE

Tints of Neon Pink #E762BE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.88%

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

R = 44.51%
G = 18.88%
B = 36.61%

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

#E762BE (or 0xE762BE) is known color: Neon Pink. HEX triplet: E7, 62 and BE. RGB value is (231,98,190). Sum of RGB (Red+Green+Blue) = 231+98+190=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 98 (38.67% from 255 or 18.88% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 231 - color contains mainly: red. Hex color #E762BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E762BE is #189D41. Grayscale: #949494. Windows color (decimal): -1613122 or 12477159. OLE color: 12477159.

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

Color convert

RGB 231 98 190 -
CMYK 0 0.58 0.18 0.09
HSL 318.5º 0.73% 0.65% -
HSV(B) 318.5º 0.58% 0.91% -
XYZ 46.62 29.44 51.94 -
YUV 148.26 151.56 187.02 -
System Red Green Blue C M Y K H S L
Decimal 231 98 190 0 0.58 0.18 0.09 318.5 0.73 0.65
Hex E7 62 BE 0 3A 12 9 13E 49 41
Octal 347 142 276 0 72 22 11 476 111 101
Binary 11100111 1100010 10111110 0 111010 10010 1001 100111110 1001001 1000001

Color Harmonies of #E762BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E762BE

Black with #E762BE

Text Example


Text Example

White with #E762BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E762BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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