#E86DBD

Color #E86DBD Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #E86DBD

Tints of Neon Pink #E86DBD

Color information

#E86DBD (or 0xE86DBD) is unknown color: approx 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

RGB232109189-
CMYK00.530.190.09
HSL320.98º72.78%66.86%-
HSV(B)320.98º53.02%90.98%-
XYZ47.9331.7751.75-
YUV154.9147.25183-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210918900.530.190.09320.9872.7866.86
HexE86DBD0351391414943
Octal3501552750652311501111103
Binary11101000110110110111101011010110011100110100000110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>