Html Css Color HEX #E76EC7 Neon Pink

📋 copy color: '#E76EC7'

red 231 ◦ green 110 ◦ blue 199

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

Shades of Neon Pink #E76EC7

Tints of Neon Pink #E76EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.85%

R = 42.78%
G = 20.37%
B = 36.85%

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

#E76EC7 (or 0xE76EC7) is known color: Neon Pink. HEX triplet: E7, 6E and C7. RGB value is (231,110,199). Sum of RGB (Red+Green+Blue) = 231+110+199=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 110 (43.36% from 255 or 20.37% from 540); Blue value is 199 (78.12% from 255 or 36.85% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E76EC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76EC7 is #189138. Grayscale: #9C9C9C. Windows color (decimal): -1610041 or 13070055. OLE color: 13070055.

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

Color convert

RGB 231 110 199 -
CMYK 0 0.52 0.14 0.09
HSL 315.87º 0.72% 0.67% -
HSV(B) 315.87º 0.52% 0.91% -
XYZ 48.84 32.26 57.69 -
YUV 156.33 152.09 181.26 -
System Red Green Blue C M Y K H S L
Decimal 231 110 199 0 0.52 0.14 0.09 315.87 0.72 0.67
Hex E7 6E C7 0 34 E 9 13C 48 43
Octal 347 156 307 0 64 16 11 474 110 103
Binary 11100111 1101110 11000111 0 110100 1110 1001 100111100 1001000 1000011

Color Harmonies of #E76EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76EC7

Black with #E76EC7

Text Example


Text Example

White with #E76EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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