Html Css Color HEX #E76AC4 Neon Pink

📋 copy color: '#E76AC4'

red 231 ◦ green 106 ◦ blue 196

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

Shades of Neon Pink #E76AC4

Tints of Neon Pink #E76AC4

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.89%

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

R = 43.34%
G = 19.89%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#E76AC4 (or 0xE76AC4) is known color: Neon Pink. HEX triplet: E7, 6A and C4. RGB value is (231,106,196). Sum of RGB (Red+Green+Blue) = 231+106+196=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 106 (41.80% from 255 or 19.89% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E76AC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76AC4 is #18953B. Grayscale: #999999. Windows color (decimal): -1611068 or 12872423. OLE color: 12872423.

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

Color convert

RGB 231 106 196 -
CMYK 0 0.54 0.15 0.09
HSL 316.8º 0.72% 0.66% -
HSV(B) 316.8º 0.54% 0.91% -
XYZ 48.07 31.28 55.73 -
YUV 153.64 151.91 183.18 -
System Red Green Blue C M Y K H S L
Decimal 231 106 196 0 0.54 0.15 0.09 316.8 0.72 0.66
Hex E7 6A C4 0 36 F 9 13D 48 42
Octal 347 152 304 0 66 17 11 475 110 102
Binary 11100111 1101010 11000100 0 110110 1111 1001 100111101 1001000 1000010

Color Harmonies of #E76AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76AC4

Black with #E76AC4

Text Example


Text Example

White with #E76AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76AC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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