Html Css Color HEX #E76DC8 Neon Pink

📋 copy color: '#E76DC8'

red 231 ◦ green 109 ◦ blue 200

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

Shades of Neon Pink #E76DC8

Tints of Neon Pink #E76DC8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.19%

 BLUE value IS 200 (78.52% from 255) = 37.04%

R = 42.78%
G = 20.19%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E76DC8 (or 0xE76DC8) is known color: Neon Pink. HEX triplet: E7, 6D and C8. RGB value is (231,109,200). Sum of RGB (Red+Green+Blue) = 231+109+200=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 200 (78.52% from 255 or 37.04% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76DC8 is #189237. Grayscale: #9B9B9B. Windows color (decimal): -1610296 or 13135335. OLE color: 13135335.

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

Color convert

RGB 231 109 200 -
CMYK 0 0.53 0.13 0.09
HSL 315.25º 0.72% 0.67% -
HSV(B) 315.25º 0.53% 0.91% -
XYZ 48.85 32.1 58.26 -
YUV 155.85 152.92 181.6 -
System Red Green Blue C M Y K H S L
Decimal 231 109 200 0 0.53 0.13 0.09 315.25 0.72 0.67
Hex E7 6D C8 0 35 D 9 13B 48 43
Octal 347 155 310 0 65 15 11 473 110 103
Binary 11100111 1101101 11001000 0 110101 1101 1001 100111011 1001000 1000011

Color Harmonies of #E76DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76DC8

Black with #E76DC8

Text Example


Text Example

White with #E76DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76DC8; }

 p { color: rgb(231,109,200); }

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

background-color css

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

 a { background-color: rgb(231,109,200); }

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

border-color css

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

 span { border-color: rgb(231,109,200); }

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