Html Css Color HEX #E766C4 Neon Pink

📋 copy color: '#E766C4'

red 231 ◦ green 102 ◦ blue 196

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

Shades of Neon Pink #E766C4

Tints of Neon Pink #E766C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.05%

R = 43.67%
G = 19.28%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#E766C4 (or 0xE766C4) is known color: Neon Pink. HEX triplet: E7, 66 and C4. RGB value is (231,102,196). Sum of RGB (Red+Green+Blue) = 231+102+196=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 196 (76.95% from 255 or 37.05% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E766C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E766C4 is #18993B. Grayscale: #979797. Windows color (decimal): -1612092 or 12871399. OLE color: 12871399.

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

Color convert

RGB 231 102 196 -
CMYK 0 0.56 0.15 0.09
HSL 316.28º 0.73% 0.65% -
HSV(B) 316.28º 0.56% 0.91% -
XYZ 47.67 30.48 55.59 -
YUV 151.29 153.24 184.86 -
System Red Green Blue C M Y K H S L
Decimal 231 102 196 0 0.56 0.15 0.09 316.28 0.73 0.65
Hex E7 66 C4 0 38 F 9 13C 49 41
Octal 347 146 304 0 70 17 11 474 111 101
Binary 11100111 1100110 11000100 0 111000 1111 1001 100111100 1001001 1000001

Color Harmonies of #E766C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E766C4

Black with #E766C4

Text Example


Text Example

White with #E766C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E766C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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