Html Css Color HEX #E962BE Neon Pink

📋 copy color: '#E962BE'

red 233 ◦ green 98 ◦ blue 190

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

Shades of Neon Pink #E962BE

Tints of Neon Pink #E962BE

RGB

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

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

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

R = 44.72%
G = 18.81%
B = 36.47%

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

#E962BE (or 0xE962BE) is known color: Neon Pink. HEX triplet: E9, 62 and BE. RGB value is (233,98,190). Sum of RGB (Red+Green+Blue) = 233+98+190=521 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.72% from 521); Green value is 98 (38.67% from 255 or 18.81% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 233 - color contains mainly: red. Hex color #E962BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E962BE is #169D41. Grayscale: #949494. Windows color (decimal): -1482050 or 12477161. OLE color: 12477161.

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

Color convert

RGB 233 98 190 -
CMYK 0 0.58 0.18 0.09
HSL 319.11º 0.75% 0.65% -
HSV(B) 319.11º 0.58% 0.91% -
XYZ 47.27 29.78 51.97 -
YUV 148.85 151.23 188.02 -
System Red Green Blue C M Y K H S L
Decimal 233 98 190 0 0.58 0.18 0.09 319.11 0.75 0.65
Hex E9 62 BE 0 3A 12 9 13F 4B 41
Octal 351 142 276 0 72 22 11 477 113 101
Binary 11101001 1100010 10111110 0 111010 10010 1001 100111111 1001011 1000001

Color Harmonies of #E962BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E962BE

Black with #E962BE

Text Example


Text Example

White with #E962BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E962BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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