Html Css Color HEX #E76EC4 Neon Pink

📋 copy color: '#E76EC4'

red 231 ◦ green 110 ◦ blue 196

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

Shades of Neon Pink #E76EC4

Tints of Neon Pink #E76EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.5%

R = 43.02%
G = 20.48%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#E76EC4 (or 0xE76EC4) is known color: Neon Pink. HEX triplet: E7, 6E and C4. RGB value is (231,110,196). Sum of RGB (Red+Green+Blue) = 231+110+196=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 110 (43.36% from 255 or 20.48% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 231 - color contains mainly: red. Hex color #E76EC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76EC4 is #18913B. Grayscale: #9B9B9B. Windows color (decimal): -1610044 or 12873447. OLE color: 12873447.

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

Color convert

RGB 231 110 196 -
CMYK 0 0.52 0.15 0.09
HSL 317.36º 0.72% 0.67% -
HSV(B) 317.36º 0.52% 0.91% -
XYZ 48.49 32.13 55.87 -
YUV 155.98 150.59 181.51 -
System Red Green Blue C M Y K H S L
Decimal 231 110 196 0 0.52 0.15 0.09 317.36 0.72 0.67
Hex E7 6E C4 0 34 F 9 13D 48 43
Octal 347 156 304 0 64 17 11 475 110 103
Binary 11100111 1101110 11000100 0 110100 1111 1001 100111101 1001000 1000011

Color Harmonies of #E76EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76EC4

Black with #E76EC4

Text Example


Text Example

White with #E76EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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