Html Css Color HEX #E76DC7 Neon Pink

📋 copy color: '#E76DC7'

red 231 ◦ green 109 ◦ blue 199

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

Shades of Neon Pink #E76DC7

Tints of Neon Pink #E76DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.92%

R = 42.86%
G = 20.22%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#E76DC7 (or 0xE76DC7) is known color: Neon Pink. HEX triplet: E7, 6D and C7. RGB value is (231,109,199). Sum of RGB (Red+Green+Blue) = 231+109+199=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 199 (78.12% from 255 or 36.92% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76DC7 is #189238. Grayscale: #9B9B9B. Windows color (decimal): -1610297 or 13069799. OLE color: 13069799.

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

Color convert

RGB 231 109 199 -
CMYK 0 0.53 0.14 0.09
HSL 315.74º 0.72% 0.67% -
HSV(B) 315.74º 0.53% 0.91% -
XYZ 48.73 32.05 57.65 -
YUV 155.74 152.42 181.68 -
System Red Green Blue C M Y K H S L
Decimal 231 109 199 0 0.53 0.14 0.09 315.74 0.72 0.67
Hex E7 6D C7 0 35 E 9 13C 48 43
Octal 347 155 307 0 65 16 11 474 110 103
Binary 11100111 1101101 11000111 0 110101 1110 1001 100111100 1001000 1000011

Color Harmonies of #E76DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76DC7

Black with #E76DC7

Text Example


Text Example

White with #E76DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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