Html Css Color HEX #E961BE Neon Pink

📋 copy color: '#E961BE'

red 233 ◦ green 97 ◦ blue 190

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

Shades of Neon Pink #E961BE

Tints of Neon Pink #E961BE

RGB

 RED value IS 233 (91.41% from 255) = 44.81%

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

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

R = 44.81%
G = 18.65%
B = 36.54%

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

#E961BE (or 0xE961BE) is known color: Neon Pink. HEX triplet: E9, 61 and BE. RGB value is (233,97,190). Sum of RGB (Red+Green+Blue) = 233+97+190=520 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.81% from 520); Green value is 97 (38.28% from 255 or 18.65% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 233 - color contains mainly: red. Hex color #E961BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E961BE is #169E41. Grayscale: #949494. Windows color (decimal): -1482306 or 12476905. OLE color: 12476905.

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

Color convert

RGB 233 97 190 -
CMYK 0 0.58 0.18 0.09
HSL 318.97º 0.76% 0.65% -
HSV(B) 318.97º 0.58% 0.91% -
XYZ 47.17 29.59 51.94 -
YUV 148.27 151.56 188.44 -
System Red Green Blue C M Y K H S L
Decimal 233 97 190 0 0.58 0.18 0.09 318.97 0.76 0.65
Hex E9 61 BE 0 3A 12 9 13F 4C 41
Octal 351 141 276 0 72 22 11 477 114 101
Binary 11101001 1100001 10111110 0 111010 10010 1001 100111111 1001100 1000001

Color Harmonies of #E961BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E961BE

Black with #E961BE

Text Example


Text Example

White with #E961BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E961BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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