Html Css Color HEX #E766BE Neon Pink

📋 copy color: '#E766BE'

red 231 ◦ green 102 ◦ blue 190

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

Shades of Neon Pink #E766BE

Tints of Neon Pink #E766BE

RGB

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

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

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

R = 44.17%
G = 19.5%
B = 36.33%

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

#E766BE (or 0xE766BE) is known color: Neon Pink. HEX triplet: E7, 66 and BE. RGB value is (231,102,190). Sum of RGB (Red+Green+Blue) = 231+102+190=523 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.17% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 231 - color contains mainly: red. Hex color #E766BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E766BE is #189941. Grayscale: #969696. Windows color (decimal): -1612098 or 12478183. OLE color: 12478183.

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

Color convert

RGB 231 102 190 -
CMYK 0 0.56 0.18 0.09
HSL 319.07º 0.73% 0.65% -
HSV(B) 319.07º 0.56% 0.91% -
XYZ 47 30.21 52.07 -
YUV 150.6 150.24 185.34 -
System Red Green Blue C M Y K H S L
Decimal 231 102 190 0 0.56 0.18 0.09 319.07 0.73 0.65
Hex E7 66 BE 0 38 12 9 13F 49 41
Octal 347 146 276 0 70 22 11 477 111 101
Binary 11100111 1100110 10111110 0 111000 10010 1001 100111111 1001001 1000001

Color Harmonies of #E766BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E766BE

Black with #E766BE

Text Example


Text Example

White with #E766BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E766BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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