Html Css Color HEX #EA76CC Neon Pink

📋 copy color: '#EA76CC'

red 234 ◦ green 118 ◦ blue 204

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

Shades of Neon Pink #EA76CC

Tints of Neon Pink #EA76CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.69%

R = 42.09%
G = 21.22%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EA76CC (or 0xEA76CC) is known color: Neon Pink. HEX triplet: EA, 76 and CC. RGB value is (234,118,204). Sum of RGB (Red+Green+Blue) = 234+118+204=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 118 (46.48% from 255 or 21.22% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EA76CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA76CC is #158933. Grayscale: #A2A2A2. Windows color (decimal): -1411380 or 13399786. OLE color: 13399786.

HSL color Cylindrical-coordinate representation of color #EA76CC: hue angle of 315.52º 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 #EA76CC is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 118 204 -
CMYK 0 0.50 0.13 0.08
HSL 315.52º 0.73% 0.69% -
HSV(B) 315.52º 0.5% 0.92% -
XYZ 51.31 34.81 61.14 -
YUV 162.49 151.43 179.01 -
System Red Green Blue C M Y K H S L
Decimal 234 118 204 0 0.50 0.13 0.08 315.52 0.73 0.69
Hex EA 76 CC 0 32 D 8 13C 49 45
Octal 352 166 314 0 62 15 10 474 111 105
Binary 11101010 1110110 11001100 0 110010 1101 1000 100111100 1001001 1000101

Color Harmonies of #EA76CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA76CC

Black with #EA76CC

Text Example


Text Example

White with #EA76CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA76CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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