Html Css Color HEX #EA6EC7 Neon Pink

📋 copy color: '#EA6EC7'

red 234 ◦ green 110 ◦ blue 199

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

Shades of Neon Pink #EA6EC7

Tints of Neon Pink #EA6EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.65%

R = 43.09%
G = 20.26%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EA6EC7 (or 0xEA6EC7) is known color: Neon Pink. HEX triplet: EA, 6E and C7. RGB value is (234,110,199). Sum of RGB (Red+Green+Blue) = 234+110+199=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 110 (43.36% from 255 or 20.26% from 543); Blue value is 199 (78.12% from 255 or 36.65% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6EC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6EC7 is #159138. Grayscale: #9C9C9C. Windows color (decimal): -1413433 or 13070058. OLE color: 13070058.

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

Color convert

RGB 234 110 199 -
CMYK 0 0.53 0.15 0.08
HSL 316.94º 0.75% 0.67% -
HSV(B) 316.94º 0.53% 0.92% -
XYZ 49.82 32.77 57.73 -
YUV 157.22 151.58 182.76 -
System Red Green Blue C M Y K H S L
Decimal 234 110 199 0 0.53 0.15 0.08 316.94 0.75 0.67
Hex EA 6E C7 0 35 F 8 13D 4B 43
Octal 352 156 307 0 65 17 10 475 113 103
Binary 11101010 1101110 11000111 0 110101 1111 1000 100111101 1001011 1000011

Color Harmonies of #EA6EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6EC7

Black with #EA6EC7

Text Example


Text Example

White with #EA6EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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