Html Css Color HEX #E76AC0 Neon Pink

📋 copy color: '#E76AC0'

red 231 ◦ green 106 ◦ blue 192

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

Shades of Neon Pink #E76AC0

Tints of Neon Pink #E76AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.29%

R = 43.67%
G = 20.04%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E76AC0 (or 0xE76AC0) is known color: Neon Pink. HEX triplet: E7, 6A and C0. RGB value is (231,106,192). Sum of RGB (Red+Green+Blue) = 231+106+192=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E76AC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76AC0 is #18953F. Grayscale: #989898. Windows color (decimal): -1611072 or 12610279. OLE color: 12610279.

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

Color convert

RGB 231 106 192 -
CMYK 0 0.54 0.17 0.09
HSL 318.72º 0.72% 0.66% -
HSV(B) 318.72º 0.54% 0.91% -
XYZ 47.62 31.1 53.36 -
YUV 153.18 149.91 183.51 -
System Red Green Blue C M Y K H S L
Decimal 231 106 192 0 0.54 0.17 0.09 318.72 0.72 0.66
Hex E7 6A C0 0 36 11 9 13F 48 42
Octal 347 152 300 0 66 21 11 477 110 102
Binary 11100111 1101010 11000000 0 110110 10001 1001 100111111 1001000 1000010

Color Harmonies of #E76AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76AC0

Black with #E76AC0

Text Example


Text Example

White with #E76AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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