Html Css Color HEX #EA63BD Neon Pink

📋 copy color: '#EA63BD'

red 234 ◦ green 99 ◦ blue 189

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

Shades of Neon Pink #EA63BD

Tints of Neon Pink #EA63BD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.97%

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

R = 44.83%
G = 18.97%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EA63BD (or 0xEA63BD) is known color: Neon Pink. HEX triplet: EA, 63 and BD. RGB value is (234,99,189). Sum of RGB (Red+Green+Blue) = 234+99+189=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 99 (39.06% from 255 or 18.97% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EA63BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA63BD is #159C42. Grayscale: #959595. Windows color (decimal): -1416259 or 12411882. OLE color: 12411882.

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

Color convert

RGB 234 99 189 -
CMYK 0 0.58 0.19 0.08
HSL 320º 0.76% 0.65% -
HSV(B) 320º 0.58% 0.92% -
XYZ 47.58 30.09 51.44 -
YUV 149.63 150.23 188.18 -
System Red Green Blue C M Y K H S L
Decimal 234 99 189 0 0.58 0.19 0.08 320 0.76 0.65
Hex EA 63 BD 0 3A 13 8 140 4C 41
Octal 352 143 275 0 72 23 10 500 114 101
Binary 11101010 1100011 10111101 0 111010 10011 1000 101000000 1001100 1000001

Color Harmonies of #EA63BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA63BD

Black with #EA63BD

Text Example


Text Example

White with #EA63BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA63BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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