Html Css Color HEX #E164BA Neon Pink

📋 copy color: '#E164BA'

red 225 ◦ green 100 ◦ blue 186

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

Shades of Neon Pink #E164BA

Tints of Neon Pink #E164BA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.57%

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

R = 44.03%
G = 19.57%
B = 36.4%

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

#E164BA (or 0xE164BA) is known color: Neon Pink. HEX triplet: E1, 64 and BA. RGB value is (225,100,186). Sum of RGB (Red+Green+Blue) = 225+100+186=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E164BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E164BA is #1E9B45. Grayscale: #929292. Windows color (decimal): -2005830 or 12215521. OLE color: 12215521.

HSL color Cylindrical-coordinate representation of color #E164BA: hue angle of 318.72º 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 #E164BA is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 100 186 -
CMYK 0 0.56 0.17 0.12
HSL 318.72º 0.68% 0.64% -
HSV(B) 318.72º 0.56% 0.88% -
XYZ 44.47 28.67 49.64 -
YUV 147.18 149.91 183.51 -
System Red Green Blue C M Y K H S L
Decimal 225 100 186 0 0.56 0.17 0.12 318.72 0.68 0.64
Hex E1 64 BA 0 38 11 C 13F 44 40
Octal 341 144 272 0 70 21 14 477 104 100
Binary 11100001 1100100 10111010 0 111000 10001 1100 100111111 1000100 1000000

Color Harmonies of #E164BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E164BA

Black with #E164BA

Text Example


Text Example

White with #E164BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E164BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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