Html Css Color HEX #E76CBC Neon Pink

📋 copy color: '#E76CBC'

red 231 ◦ green 108 ◦ blue 188

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

Shades of Neon Pink #E76CBC

Tints of Neon Pink #E76CBC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.49%

 BLUE value IS 188 (73.83% from 255) = 35.67%

R = 43.83%
G = 20.49%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E76CBC (or 0xE76CBC) is known color: Neon Pink. HEX triplet: E7, 6C and BC. RGB value is (231,108,188). Sum of RGB (Red+Green+Blue) = 231+108+188=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76CBC is #189343. Grayscale: #999999. Windows color (decimal): -1610564 or 12348647. OLE color: 12348647.

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

Color convert

RGB 231 108 188 -
CMYK 0 0.53 0.19 0.09
HSL 320.98º 0.72% 0.66% -
HSV(B) 320.98º 0.53% 0.91% -
XYZ 47.39 31.34 51.13 -
YUV 153.9 147.25 183 -
System Red Green Blue C M Y K H S L
Decimal 231 108 188 0 0.53 0.19 0.09 320.98 0.72 0.66
Hex E7 6C BC 0 35 13 9 141 48 42
Octal 347 154 274 0 65 23 11 501 110 102
Binary 11100111 1101100 10111100 0 110101 10011 1001 101000001 1001000 1000010

Color Harmonies of #E76CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76CBC

Black with #E76CBC

Text Example


Text Example

White with #E76CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76CBC; }

 p { color: rgb(231,108,188); }

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

background-color css

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

 a { background-color: rgb(231,108,188); }

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

border-color css

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

 span { border-color: rgb(231,108,188); }

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