Html Css Color HEX #E971C7 Neon Pink

📋 copy color: '#E971C7'

red 233 ◦ green 113 ◦ blue 199

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

Shades of Neon Pink #E971C7

Tints of Neon Pink #E971C7

RGB

 RED value IS 233 (91.41% from 255) = 42.75%

 GREEN value IS 113 (44.53% from 255) = 20.73%

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

R = 42.75%
G = 20.73%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#E971C7 (or 0xE971C7) is known color: Neon Pink. HEX triplet: E9, 71 and C7. RGB value is (233,113,199). Sum of RGB (Red+Green+Blue) = 233+113+199=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 113 (44.53% from 255 or 20.73% from 545); Blue value is 199 (78.12% from 255 or 36.51% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E971C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E971C7 is #168E38. Grayscale: #9E9E9E. Windows color (decimal): -1478201 or 13070825. OLE color: 13070825.

HSL color Cylindrical-coordinate representation of color #E971C7: hue angle of 317º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E971C7 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 113 199 -
CMYK 0 0.52 0.15 0.09
HSL 317º 0.73% 0.68% -
HSV(B) 317º 0.52% 0.91% -
XYZ 49.82 33.26 57.83 -
YUV 158.68 150.76 181.01 -
System Red Green Blue C M Y K H S L
Decimal 233 113 199 0 0.52 0.15 0.09 317 0.73 0.68
Hex E9 71 C7 0 34 F 9 13D 49 44
Octal 351 161 307 0 64 17 11 475 111 104
Binary 11101001 1110001 11000111 0 110100 1111 1001 100111101 1001001 1000100

Color Harmonies of #E971C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E971C7

Black with #E971C7

Text Example


Text Example

White with #E971C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E971C7; }

 p { color: rgb(233,113,199); }

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

background-color css

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

 a { background-color: rgb(233,113,199); }

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

border-color css

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

 span { border-color: rgb(233,113,199); }

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