Html Css Color HEX #EA6EC9 Neon Pink

📋 copy color: '#EA6EC9'

red 234 ◦ green 110 ◦ blue 201

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

Shades of Neon Pink #EA6EC9

Tints of Neon Pink #EA6EC9

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.18%

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

R = 42.94%
G = 20.18%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EA6EC9 (or 0xEA6EC9) is known color: Neon Pink. HEX triplet: EA, 6E and C9. RGB value is (234,110,201). Sum of RGB (Red+Green+Blue) = 234+110+201=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 110 (43.36% from 255 or 20.18% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6EC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6EC9 is #159136. Grayscale: #9D9D9D. Windows color (decimal): -1413431 or 13201130. OLE color: 13201130.

HSL color Cylindrical-coordinate representation of color #EA6EC9: hue angle of 315.97º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6EC9 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 110 201 -
CMYK 0 0.53 0.14 0.08
HSL 315.97º 0.75% 0.67% -
HSV(B) 315.97º 0.53% 0.92% -
XYZ 50.05 32.86 58.96 -
YUV 157.45 152.58 182.6 -
System Red Green Blue C M Y K H S L
Decimal 234 110 201 0 0.53 0.14 0.08 315.97 0.75 0.67
Hex EA 6E C9 0 35 E 8 13C 4B 43
Octal 352 156 311 0 65 16 10 474 113 103
Binary 11101010 1101110 11001001 0 110101 1110 1000 100111100 1001011 1000011

Color Harmonies of #EA6EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6EC9

Black with #EA6EC9

Text Example


Text Example

White with #EA6EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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