Html Css Color HEX #E86DBD Neon Pink

📋 copy color: '#E86DBD'

red 232 ◦ green 109 ◦ blue 189

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

Shades of Neon Pink #E86DBD

Tints of Neon Pink #E86DBD

RGB

 RED value IS 232 (91.02% from 255) = 43.77%

 GREEN value IS 109 (42.97% from 255) = 20.57%

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

R = 43.77%
G = 20.57%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E86DBD (or 0xE86DBD) is known color: Neon Pink. HEX triplet: E8, 6D and BD. RGB value is (232,109,189). Sum of RGB (Red+Green+Blue) = 232+109+189=530 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.77% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 232 - color contains mainly: red. Hex color #E86DBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86DBD is #179242. Grayscale: #9A9A9A. Windows color (decimal): -1544771 or 12414440. OLE color: 12414440.

HSL color Cylindrical-coordinate representation of color #E86DBD: hue angle of 320.98º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E86DBD is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 109 189 -
CMYK 0 0.53 0.19 0.09
HSL 320.98º 0.73% 0.67% -
HSV(B) 320.98º 0.53% 0.91% -
XYZ 47.93 31.77 51.75 -
YUV 154.9 147.25 183 -
System Red Green Blue C M Y K H S L
Decimal 232 109 189 0 0.53 0.19 0.09 320.98 0.73 0.67
Hex E8 6D BD 0 35 13 9 141 49 43
Octal 350 155 275 0 65 23 11 501 111 103
Binary 11101000 1101101 10111101 0 110101 10011 1001 101000001 1001001 1000011

Color Harmonies of #E86DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86DBD

Black with #E86DBD

Text Example


Text Example

White with #E86DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86DBD; }

 p { color: rgb(232,109,189); }

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

background-color css

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

 a { background-color: rgb(232,109,189); }

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

border-color css

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

 span { border-color: rgb(232,109,189); }

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