Html Css Color HEX #E165BA Neon Pink

📋 copy color: '#E165BA'

red 225 ◦ green 101 ◦ blue 186

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

Shades of Neon Pink #E165BA

Tints of Neon Pink #E165BA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.73%

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

R = 43.95%
G = 19.73%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E165BA (or 0xE165BA) is known color: Neon Pink. HEX triplet: E1, 65 and BA. RGB value is (225,101,186). Sum of RGB (Red+Green+Blue) = 225+101+186=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E165BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E165BA is #1E9A45. Grayscale: #939393. Windows color (decimal): -2005574 or 12215777. OLE color: 12215777.

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

Color convert

RGB 225 101 186 -
CMYK 0 0.55 0.17 0.12
HSL 318.87º 0.67% 0.64% -
HSV(B) 318.87º 0.55% 0.88% -
XYZ 44.57 28.86 49.68 -
YUV 147.77 149.58 183.09 -
System Red Green Blue C M Y K H S L
Decimal 225 101 186 0 0.55 0.17 0.12 318.87 0.67 0.64
Hex E1 65 BA 0 37 11 C 13F 43 40
Octal 341 145 272 0 67 21 14 477 103 100
Binary 11100001 1100101 10111010 0 110111 10001 1100 100111111 1000011 1000000

Color Harmonies of #E165BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E165BA

Black with #E165BA

Text Example


Text Example

White with #E165BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E165BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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