Html Css Color HEX #E76FC6 Neon Pink

📋 copy color: '#E76FC6'

red 231 ◦ green 111 ◦ blue 198

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

Shades of Neon Pink #E76FC6

Tints of Neon Pink #E76FC6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.56%

 BLUE value IS 198 (77.73% from 255) = 36.67%

R = 42.78%
G = 20.56%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#E76FC6 (or 0xE76FC6) is known color: Neon Pink. HEX triplet: E7, 6F and C6. RGB value is (231,111,198). Sum of RGB (Red+Green+Blue) = 231+111+198=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 111 (43.75% from 255 or 20.56% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E76FC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76FC6 is #189039. Grayscale: #9C9C9C. Windows color (decimal): -1609786 or 13004775. OLE color: 13004775.

HSL color Cylindrical-coordinate representation of color #E76FC6: hue angle of 316.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E76FC6 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 111 198 -
CMYK 0 0.52 0.14 0.09
HSL 316.5º 0.71% 0.67% -
HSV(B) 316.5º 0.52% 0.91% -
XYZ 48.83 32.44 57.11 -
YUV 156.8 151.26 180.93 -
System Red Green Blue C M Y K H S L
Decimal 231 111 198 0 0.52 0.14 0.09 316.5 0.71 0.67
Hex E7 6F C6 0 34 E 9 13C 47 43
Octal 347 157 306 0 64 16 11 474 107 103
Binary 11100111 1101111 11000110 0 110100 1110 1001 100111100 1000111 1000011

Color Harmonies of #E76FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76FC6

Black with #E76FC6

Text Example


Text Example

White with #E76FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76FC6; }

 p { color: rgb(231,111,198); }

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

background-color css

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

 a { background-color: rgb(231,111,198); }

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

border-color css

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

 span { border-color: rgb(231,111,198); }

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