Html Css Color HEX #E76AC5 Neon Pink

📋 copy color: '#E76AC5'

red 231 ◦ green 106 ◦ blue 197

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

Shades of Neon Pink #E76AC5

Tints of Neon Pink #E76AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.89%

R = 43.26%
G = 19.85%
B = 36.89%

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

#E76AC5 (or 0xE76AC5) is known color: Neon Pink. HEX triplet: E7, 6A and C5. RGB value is (231,106,197). Sum of RGB (Red+Green+Blue) = 231+106+197=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E76AC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76AC5 is #18953A. Grayscale: #999999. Windows color (decimal): -1611067 or 12937959. OLE color: 12937959.

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

Color convert

RGB 231 106 197 -
CMYK 0 0.54 0.15 0.09
HSL 316.32º 0.72% 0.66% -
HSV(B) 316.32º 0.54% 0.91% -
XYZ 48.19 31.33 56.33 -
YUV 153.75 152.41 183.1 -
System Red Green Blue C M Y K H S L
Decimal 231 106 197 0 0.54 0.15 0.09 316.32 0.72 0.66
Hex E7 6A C5 0 36 F 9 13C 48 42
Octal 347 152 305 0 66 17 11 474 110 102
Binary 11100111 1101010 11000101 0 110110 1111 1001 100111100 1001000 1000010

Color Harmonies of #E76AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76AC5

Black with #E76AC5

Text Example


Text Example

White with #E76AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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