Html Css Color HEX #E76BC0 Neon Pink

📋 copy color: '#E76BC0'

red 231 ◦ green 107 ◦ blue 192

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

Shades of Neon Pink #E76BC0

Tints of Neon Pink #E76BC0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.19%

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

R = 43.58%
G = 20.19%
B = 36.23%

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

#E76BC0 (or 0xE76BC0) is known color: Neon Pink. HEX triplet: E7, 6B and C0. RGB value is (231,107,192). Sum of RGB (Red+Green+Blue) = 231+107+192=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 107 (42.19% from 255 or 20.19% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E76BC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76BC0 is #18943F. Grayscale: #999999. Windows color (decimal): -1610816 or 12610535. OLE color: 12610535.

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

Color convert

RGB 231 107 192 -
CMYK 0 0.54 0.17 0.09
HSL 318.87º 0.72% 0.66% -
HSV(B) 318.87º 0.54% 0.91% -
XYZ 47.73 31.31 53.4 -
YUV 153.77 149.58 183.09 -
System Red Green Blue C M Y K H S L
Decimal 231 107 192 0 0.54 0.17 0.09 318.87 0.72 0.66
Hex E7 6B C0 0 36 11 9 13F 48 42
Octal 347 153 300 0 66 21 11 477 110 102
Binary 11100111 1101011 11000000 0 110110 10001 1001 100111111 1001000 1000010

Color Harmonies of #E76BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76BC0

Black with #E76BC0

Text Example


Text Example

White with #E76BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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