Html Css Color HEX #E76EC8 Neon Pink

📋 copy color: '#E76EC8'

red 231 ◦ green 110 ◦ blue 200

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

Shades of Neon Pink #E76EC8

Tints of Neon Pink #E76EC8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.33%

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

R = 42.7%
G = 20.33%
B = 36.97%

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

#E76EC8 (or 0xE76EC8) is known color: Neon Pink. HEX triplet: E7, 6E and C8. RGB value is (231,110,200). Sum of RGB (Red+Green+Blue) = 231+110+200=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 110 (43.36% from 255 or 20.33% from 541); Blue value is 200 (78.52% from 255 or 36.97% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E76EC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76EC8 is #189137. Grayscale: #9C9C9C. Windows color (decimal): -1610040 or 13135591. OLE color: 13135591.

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

Color convert

RGB 231 110 200 -
CMYK 0 0.52 0.13 0.09
HSL 315.37º 0.72% 0.67% -
HSV(B) 315.37º 0.52% 0.91% -
XYZ 48.96 32.31 58.3 -
YUV 156.44 152.59 181.18 -
System Red Green Blue C M Y K H S L
Decimal 231 110 200 0 0.52 0.13 0.09 315.37 0.72 0.67
Hex E7 6E C8 0 34 D 9 13B 48 43
Octal 347 156 310 0 64 15 11 473 110 103
Binary 11100111 1101110 11001000 0 110100 1101 1001 100111011 1001000 1000011

Color Harmonies of #E76EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76EC8

Black with #E76EC8

Text Example


Text Example

White with #E76EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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