Html Css Color HEX #E163BA Neon Pink

📋 copy color: '#E163BA'

red 225 ◦ green 99 ◦ blue 186

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

Shades of Neon Pink #E163BA

Tints of Neon Pink #E163BA

RGB

 RED value IS 225 (88.28% from 255) = 44.12%

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

 BLUE value IS 186 (73.05% from 255) = 36.47%

R = 44.12%
G = 19.41%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E163BA (or 0xE163BA) is known color: Neon Pink. HEX triplet: E1, 63 and BA. RGB value is (225,99,186). Sum of RGB (Red+Green+Blue) = 225+99+186=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 99 (39.06% from 255 or 19.41% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E163BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E163BA is #1E9C45. Grayscale: #929292. Windows color (decimal): -2006086 or 12215265. OLE color: 12215265.

HSL color Cylindrical-coordinate representation of color #E163BA: hue angle of 318.57º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E163BA is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 99 186 -
CMYK 0 0.56 0.17 0.12
HSL 318.57º 0.68% 0.64% -
HSV(B) 318.57º 0.56% 0.88% -
XYZ 44.38 28.48 49.61 -
YUV 146.59 150.24 183.93 -
System Red Green Blue C M Y K H S L
Decimal 225 99 186 0 0.56 0.17 0.12 318.57 0.68 0.64
Hex E1 63 BA 0 38 11 C 13F 44 40
Octal 341 143 272 0 70 21 14 477 104 100
Binary 11100001 1100011 10111010 0 111000 10001 1100 100111111 1000100 1000000

Color Harmonies of #E163BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E163BA

Black with #E163BA

Text Example


Text Example

White with #E163BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E163BA; }

 p { color: rgb(225,99,186); }

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

background-color css

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

 a { background-color: rgb(225,99,186); }

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

border-color css

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

 span { border-color: rgb(225,99,186); }

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