Html Css Color HEX #E971C8 Neon Pink

📋 copy color: '#E971C8'

red 233 ◦ green 113 ◦ blue 200

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

Shades of Neon Pink #E971C8

Tints of Neon Pink #E971C8

RGB

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

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

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

R = 42.67%
G = 20.7%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#E971C8 (or 0xE971C8) is known color: Neon Pink. HEX triplet: E9, 71 and C8. RGB value is (233,113,200). Sum of RGB (Red+Green+Blue) = 233+113+200=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 113 (44.53% from 255 or 20.70% from 546); Blue value is 200 (78.52% from 255 or 36.63% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E971C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E971C8 is #168E37. Grayscale: #9E9E9E. Windows color (decimal): -1478200 or 13136361. OLE color: 13136361.

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

Color convert

RGB 233 113 200 -
CMYK 0 0.52 0.14 0.09
HSL 316.5º 0.73% 0.68% -
HSV(B) 316.5º 0.52% 0.91% -
XYZ 49.93 33.3 58.44 -
YUV 158.8 151.26 180.93 -
System Red Green Blue C M Y K H S L
Decimal 233 113 200 0 0.52 0.14 0.09 316.5 0.73 0.68
Hex E9 71 C8 0 34 E 9 13C 49 44
Octal 351 161 310 0 64 16 11 474 111 104
Binary 11101001 1110001 11001000 0 110100 1110 1001 100111100 1001001 1000100

Color Harmonies of #E971C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E971C8

Black with #E971C8

Text Example


Text Example

White with #E971C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E971C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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