Html Css Color HEX #E76FC8 Neon Pink

📋 copy color: '#E76FC8'

red 231 ◦ green 111 ◦ blue 200

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

Shades of Neon Pink #E76FC8

Tints of Neon Pink #E76FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.9%

R = 42.62%
G = 20.48%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E76FC8 (or 0xE76FC8) is known color: Neon Pink. HEX triplet: E7, 6F and C8. RGB value is (231,111,200). Sum of RGB (Red+Green+Blue) = 231+111+200=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 111 (43.75% from 255 or 20.48% from 542); Blue value is 200 (78.52% from 255 or 36.90% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E76FC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76FC8 is #189037. Grayscale: #9C9C9C. Windows color (decimal): -1609784 or 13135847. OLE color: 13135847.

HSL color Cylindrical-coordinate representation of color #E76FC8: hue angle of 315.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 #E76FC8 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 111 200 -
CMYK 0 0.52 0.13 0.09
HSL 315.5º 0.71% 0.67% -
HSV(B) 315.5º 0.52% 0.91% -
XYZ 49.06 32.53 58.34 -
YUV 157.03 152.26 180.76 -
System Red Green Blue C M Y K H S L
Decimal 231 111 200 0 0.52 0.13 0.09 315.5 0.71 0.67
Hex E7 6F C8 0 34 D 9 13C 47 43
Octal 347 157 310 0 64 15 11 474 107 103
Binary 11100111 1101111 11001000 0 110100 1101 1001 100111100 1000111 1000011

Color Harmonies of #E76FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76FC8

Black with #E76FC8

Text Example


Text Example

White with #E76FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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