Html Css Color HEX #E766BB Neon Pink

📋 copy color: '#E766BB'

red 231 ◦ green 102 ◦ blue 187

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

Shades of Neon Pink #E766BB

Tints of Neon Pink #E766BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.96%

R = 44.42%
G = 19.62%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E766BB (or 0xE766BB) is known color: Neon Pink. HEX triplet: E7, 66 and BB. RGB value is (231,102,187). Sum of RGB (Red+Green+Blue) = 231+102+187=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E766BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E766BB is #189944. Grayscale: #969696. Windows color (decimal): -1612101 or 12281575. OLE color: 12281575.

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

Color convert

RGB 231 102 187 -
CMYK 0 0.56 0.19 0.09
HSL 320.47º 0.73% 0.65% -
HSV(B) 320.47º 0.56% 0.91% -
XYZ 46.68 30.08 50.36 -
YUV 150.26 148.74 185.59 -
System Red Green Blue C M Y K H S L
Decimal 231 102 187 0 0.56 0.19 0.09 320.47 0.73 0.65
Hex E7 66 BB 0 38 13 9 140 49 41
Octal 347 146 273 0 70 23 11 500 111 101
Binary 11100111 1100110 10111011 0 111000 10011 1001 101000000 1001001 1000001

Color Harmonies of #E766BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E766BB

Black with #E766BB

Text Example


Text Example

White with #E766BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E766BB; }

 p { color: rgb(231,102,187); }

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

background-color css

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

 a { background-color: rgb(231,102,187); }

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

border-color css

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

 span { border-color: rgb(231,102,187); }

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