Html Css Color HEX #E977CA Neon Pink

📋 copy color: '#E977CA'

red 233 ◦ green 119 ◦ blue 202

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

Shades of Neon Pink #E977CA

Tints of Neon Pink #E977CA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.48%

 BLUE value IS 202 (79.3% from 255) = 36.46%

R = 42.06%
G = 21.48%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E977CA (or 0xE977CA) is known color: Neon Pink. HEX triplet: E9, 77 and CA. RGB value is (233,119,202). Sum of RGB (Red+Green+Blue) = 233+119+202=554 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.06% from 554); Green value is 119 (46.88% from 255 or 21.48% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 233 - color contains mainly: red. Hex color #E977CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E977CA is #168835. Grayscale: #A2A2A2. Windows color (decimal): -1476662 or 13268969. OLE color: 13268969.

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

Color convert

RGB 233 119 202 -
CMYK 0 0.49 0.13 0.09
HSL 316.32º 0.72% 0.69% -
HSV(B) 316.32º 0.49% 0.91% -
XYZ 50.86 34.78 59.91 -
YUV 162.55 150.27 178.25 -
System Red Green Blue C M Y K H S L
Decimal 233 119 202 0 0.49 0.13 0.09 316.32 0.72 0.69
Hex E9 77 CA 0 31 D 9 13C 48 45
Octal 351 167 312 0 61 15 11 474 110 105
Binary 11101001 1110111 11001010 0 110001 1101 1001 100111100 1001000 1000101

Color Harmonies of #E977CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E977CA

Black with #E977CA

Text Example


Text Example

White with #E977CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E977CA; }

 p { color: rgb(233,119,202); }

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

background-color css

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

 a { background-color: rgb(233,119,202); }

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

border-color css

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

 span { border-color: rgb(233,119,202); }

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