Html Css Color HEX #E966BE Neon Pink

📋 copy color: '#E966BE'

red 233 ◦ green 102 ◦ blue 190

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

Shades of Neon Pink #E966BE

Tints of Neon Pink #E966BE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.43%

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

R = 44.38%
G = 19.43%
B = 36.19%

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

#E966BE (or 0xE966BE) is known color: Neon Pink. HEX triplet: E9, 66 and BE. RGB value is (233,102,190). Sum of RGB (Red+Green+Blue) = 233+102+190=525 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.38% from 525); Green value is 102 (40.23% from 255 or 19.43% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 233 - color contains mainly: red. Hex color #E966BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E966BE is #169941. Grayscale: #969696. Windows color (decimal): -1481026 or 12478185. OLE color: 12478185.

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

Color convert

RGB 233 102 190 -
CMYK 0 0.56 0.18 0.09
HSL 319.69º 0.75% 0.66% -
HSV(B) 319.69º 0.56% 0.91% -
XYZ 47.65 30.54 52.1 -
YUV 151.2 149.9 186.34 -
System Red Green Blue C M Y K H S L
Decimal 233 102 190 0 0.56 0.18 0.09 319.69 0.75 0.66
Hex E9 66 BE 0 38 12 9 140 4B 42
Octal 351 146 276 0 70 22 11 500 113 102
Binary 11101001 1100110 10111110 0 111000 10010 1001 101000000 1001011 1000010

Color Harmonies of #E966BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E966BE

Black with #E966BE

Text Example


Text Example

White with #E966BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E966BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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