Html Css Color HEX #E166BD Neon Pink

📋 copy color: '#E166BD'

red 225 ◦ green 102 ◦ blue 189

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

Shades of Neon Pink #E166BD

Tints of Neon Pink #E166BD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.77%

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

R = 43.6%
G = 19.77%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E166BD (or 0xE166BD) is known color: Neon Pink. HEX triplet: E1, 66 and BD. RGB value is (225,102,189). Sum of RGB (Red+Green+Blue) = 225+102+189=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E166BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E166BD is #1E9942. Grayscale: #949494. Windows color (decimal): -2005315 or 12412641. OLE color: 12412641.

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

Color convert

RGB 225 102 189 -
CMYK 0 0.55 0.16 0.12
HSL 317.56º 0.67% 0.64% -
HSV(B) 317.56º 0.55% 0.88% -
XYZ 44.99 29.18 51.41 -
YUV 148.7 150.75 182.43 -
System Red Green Blue C M Y K H S L
Decimal 225 102 189 0 0.55 0.16 0.12 317.56 0.67 0.64
Hex E1 66 BD 0 37 10 C 13E 43 40
Octal 341 146 275 0 67 20 14 476 103 100
Binary 11100001 1100110 10111101 0 110111 10000 1100 100111110 1000011 1000000

Color Harmonies of #E166BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E166BD

Black with #E166BD

Text Example


Text Example

White with #E166BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E166BD; }

 p { color: rgb(225,102,189); }

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

background-color css

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

 a { background-color: rgb(225,102,189); }

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

border-color css

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

 span { border-color: rgb(225,102,189); }

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