Html Css Color HEX #EA59BD Neon Pink

📋 copy color: '#EA59BD'

red 234 ◦ green 89 ◦ blue 189

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

Shades of Neon Pink #EA59BD

Tints of Neon Pink #EA59BD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.38%

 BLUE value IS 189 (74.22% from 255) = 36.91%

R = 45.7%
G = 17.38%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EA59BD (or 0xEA59BD) is known color: Neon Pink. HEX triplet: EA, 59 and BD. RGB value is (234,89,189). Sum of RGB (Red+Green+Blue) = 234+89+189=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 89 (35.16% from 255 or 17.38% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EA59BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA59BD is #15A642. Grayscale: #8F8F8F. Windows color (decimal): -1418819 or 12409322. OLE color: 12409322.

HSL color Cylindrical-coordinate representation of color #EA59BD: hue angle of 318.62º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA59BD is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 89 189 -
CMYK 0 0.62 0.19 0.08
HSL 318.62º 0.78% 0.63% -
HSV(B) 318.62º 0.62% 0.92% -
XYZ 46.69 28.31 51.15 -
YUV 143.76 153.54 192.37 -
System Red Green Blue C M Y K H S L
Decimal 234 89 189 0 0.62 0.19 0.08 318.62 0.78 0.63
Hex EA 59 BD 0 3E 13 8 13F 4E 3F
Octal 352 131 275 0 76 23 10 477 116 77
Binary 11101010 1011001 10111101 0 111110 10011 1000 100111111 1001110 111111

Color Harmonies of #EA59BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA59BD

Black with #EA59BD

Text Example


Text Example

White with #EA59BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA59BD; }

 p { color: rgb(234,89,189); }

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

background-color css

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

 a { background-color: rgb(234,89,189); }

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

border-color css

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

 span { border-color: rgb(234,89,189); }

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