Html Css Color HEX #EA5DC1 Neon Pink

📋 copy color: '#EA5DC1'

red 234 ◦ green 93 ◦ blue 193

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

Shades of Neon Pink #EA5DC1

Tints of Neon Pink #EA5DC1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.88%

 BLUE value IS 193 (75.78% from 255) = 37.12%

R = 45%
G = 17.88%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EA5DC1 (or 0xEA5DC1) is known color: Neon Pink. HEX triplet: EA, 5D and C1. RGB value is (234,93,193). Sum of RGB (Red+Green+Blue) = 234+93+193=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5DC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5DC1 is #15A23E. Grayscale: #929292. Windows color (decimal): -1417791 or 12672490. OLE color: 12672490.

HSL color Cylindrical-coordinate representation of color #EA5DC1: hue angle of 317.45º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA5DC1 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 93 193 -
CMYK 0 0.60 0.18 0.08
HSL 317.45º 0.77% 0.64% -
HSV(B) 317.45º 0.6% 0.92% -
XYZ 47.47 29.17 53.58 -
YUV 146.56 154.21 190.37 -
System Red Green Blue C M Y K H S L
Decimal 234 93 193 0 0.60 0.18 0.08 317.45 0.77 0.64
Hex EA 5D C1 0 3C 12 8 13D 4D 40
Octal 352 135 301 0 74 22 10 475 115 100
Binary 11101010 1011101 11000001 0 111100 10010 1000 100111101 1001101 1000000

Color Harmonies of #EA5DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5DC1

Black with #EA5DC1

Text Example


Text Example

White with #EA5DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5DC1; }

 p { color: rgb(234,93,193); }

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

background-color css

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

 a { background-color: rgb(234,93,193); }

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

border-color css

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

 span { border-color: rgb(234,93,193); }

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