Html Css Color HEX #EA6AC4 Neon Pink

📋 copy color: '#EA6AC4'

red 234 ◦ green 106 ◦ blue 196

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

Shades of Neon Pink #EA6AC4

Tints of Neon Pink #EA6AC4

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.78%

 BLUE value IS 196 (76.95% from 255) = 36.57%

R = 43.66%
G = 19.78%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EA6AC4 (or 0xEA6AC4) is known color: Neon Pink. HEX triplet: EA, 6A and C4. RGB value is (234,106,196). Sum of RGB (Red+Green+Blue) = 234+106+196=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 106 (41.80% from 255 or 19.78% from 536); Blue value is 196 (76.95% from 255 or 36.57% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6AC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6AC4 is #15953B. Grayscale: #9A9A9A. Windows color (decimal): -1414460 or 12872426. OLE color: 12872426.

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

Color convert

RGB 234 106 196 -
CMYK 0 0.55 0.16 0.08
HSL 317.81º 0.75% 0.67% -
HSV(B) 317.81º 0.55% 0.92% -
XYZ 49.05 31.79 55.77 -
YUV 154.53 151.41 184.68 -
System Red Green Blue C M Y K H S L
Decimal 234 106 196 0 0.55 0.16 0.08 317.81 0.75 0.67
Hex EA 6A C4 0 37 10 8 13E 4B 43
Octal 352 152 304 0 67 20 10 476 113 103
Binary 11101010 1101010 11000100 0 110111 10000 1000 100111110 1001011 1000011

Color Harmonies of #EA6AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6AC4

Black with #EA6AC4

Text Example


Text Example

White with #EA6AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6AC4; }

 p { color: rgb(234,106,196); }

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

background-color css

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

 a { background-color: rgb(234,106,196); }

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

border-color css

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

 span { border-color: rgb(234,106,196); }

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