Html Css Color HEX #EA76C9 Neon Pink

📋 copy color: '#EA76C9'

red 234 ◦ green 118 ◦ blue 201

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

Shades of Neon Pink #EA76C9

Tints of Neon Pink #EA76C9

RGB

 RED value IS 234 (91.8% from 255) = 42.31%

 GREEN value IS 118 (46.48% from 255) = 21.34%

 BLUE value IS 201 (78.91% from 255) = 36.35%

R = 42.31%
G = 21.34%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EA76C9 (or 0xEA76C9) is known color: Neon Pink. HEX triplet: EA, 76 and C9. RGB value is (234,118,201). Sum of RGB (Red+Green+Blue) = 234+118+201=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EA76C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA76C9 is #158936. Grayscale: #A1A1A1. Windows color (decimal): -1411383 or 13203178. OLE color: 13203178.

HSL color Cylindrical-coordinate representation of color #EA76C9: hue angle of 317.07º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA76C9 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 118 201 -
CMYK 0 0.50 0.14 0.08
HSL 317.07º 0.73% 0.69% -
HSV(B) 317.07º 0.5% 0.92% -
XYZ 50.95 34.67 59.26 -
YUV 162.15 149.93 179.25 -
System Red Green Blue C M Y K H S L
Decimal 234 118 201 0 0.50 0.14 0.08 317.07 0.73 0.69
Hex EA 76 C9 0 32 E 8 13D 49 45
Octal 352 166 311 0 62 16 10 475 111 105
Binary 11101010 1110110 11001001 0 110010 1110 1000 100111101 1001001 1000101

Color Harmonies of #EA76C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA76C9

Black with #EA76C9

Text Example


Text Example

White with #EA76C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA76C9; }

 p { color: rgb(234,118,201); }

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

background-color css

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

 a { background-color: rgb(234,118,201); }

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

border-color css

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

 span { border-color: rgb(234,118,201); }

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