Html Css Color HEX #E76CC8 Neon Pink

📋 copy color: '#E76CC8'

red 231 ◦ green 108 ◦ blue 200

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

Shades of Neon Pink #E76CC8

Tints of Neon Pink #E76CC8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.04%

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

R = 42.86%
G = 20.04%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E76CC8 (or 0xE76CC8) is known color: Neon Pink. HEX triplet: E7, 6C and C8. RGB value is (231,108,200). Sum of RGB (Red+Green+Blue) = 231+108+200=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 108 (42.58% from 255 or 20.04% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76CC8 is #189337. Grayscale: #9B9B9B. Windows color (decimal): -1610552 or 13135079. OLE color: 13135079.

HSL color Cylindrical-coordinate representation of color #E76CC8: hue angle of 315.12º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76CC8 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 108 200 -
CMYK 0 0.53 0.13 0.09
HSL 315.12º 0.72% 0.66% -
HSV(B) 315.12º 0.53% 0.91% -
XYZ 48.74 31.88 58.23 -
YUV 155.27 153.25 182.02 -
System Red Green Blue C M Y K H S L
Decimal 231 108 200 0 0.53 0.13 0.09 315.12 0.72 0.66
Hex E7 6C C8 0 35 D 9 13B 48 42
Octal 347 154 310 0 65 15 11 473 110 102
Binary 11100111 1101100 11001000 0 110101 1101 1001 100111011 1001000 1000010

Color Harmonies of #E76CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76CC8

Black with #E76CC8

Text Example


Text Example

White with #E76CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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