Html Css Color HEX #EA6DC0 Neon Pink

📋 copy color: '#EA6DC0'

red 234 ◦ green 109 ◦ blue 192

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

Shades of Neon Pink #EA6DC0

Tints of Neon Pink #EA6DC0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.37%

 BLUE value IS 192 (75.39% from 255) = 35.89%

R = 43.74%
G = 20.37%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EA6DC0 (or 0xEA6DC0) is known color: Neon Pink. HEX triplet: EA, 6D and C0. RGB value is (234,109,192). Sum of RGB (Red+Green+Blue) = 234+109+192=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 109 (42.97% from 255 or 20.37% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6DC0 is #15923F. Grayscale: #9B9B9B. Windows color (decimal): -1413696 or 12611050. OLE color: 12611050.

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

Color convert

RGB 234 109 192 -
CMYK 0 0.53 0.18 0.08
HSL 320.16º 0.75% 0.67% -
HSV(B) 320.16º 0.53% 0.92% -
XYZ 48.91 32.24 53.51 -
YUV 155.84 148.41 183.75 -
System Red Green Blue C M Y K H S L
Decimal 234 109 192 0 0.53 0.18 0.08 320.16 0.75 0.67
Hex EA 6D C0 0 35 12 8 140 4B 43
Octal 352 155 300 0 65 22 10 500 113 103
Binary 11101010 1101101 11000000 0 110101 10010 1000 101000000 1001011 1000011

Color Harmonies of #EA6DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6DC0

Black with #EA6DC0

Text Example


Text Example

White with #EA6DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6DC0; }

 p { color: rgb(234,109,192); }

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

background-color css

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

 a { background-color: rgb(234,109,192); }

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

border-color css

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

 span { border-color: rgb(234,109,192); }

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