#E56CBF

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

Shades of Neon Pink #E56CBF

Tints of Neon Pink #E56CBF

Color information

#E56CBF (or 0xE56CBF) is unknown color: approx Neon Pink. HEX triplet: E5, 6C and BF. RGB value is (229,108,191). Sum of RGB (Red+Green+Blue) = 229+108+191=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 229 - color contains mainly: red. Hex color #E56CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56CBF is #1A9340. Grayscale: #999999. Windows color (decimal): -1741633 or 12545253. OLE color: 12545253.

HSL color Cylindrical-coordinate representation of color #E56CBF: hue angle of 318.84º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E56CBF is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB229108191-
CMYK00.530.170.10
HSL318.84º69.94%66.08%-
HSV(B)318.84º52.84%89.8%-
XYZ47.0831.1452.82-
YUV153.64149.09181.75-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.37%
GREEN value IS 108 (42.58% from 255) = 20.45%
BLUE value IS 191 (75% from 255) = 36.17%
R=43.37%
G=20.45%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910819100.530.170.10318.8469.9466.08
HexE56CBF03511A13f4642
Octal3451542770652112477106102
Binary11100101110110010111111011010110001101010011111110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56CBF; }

 p { color: rgb(229,108,191); }

 H1.HeaderClassName
 {
   color: #E56CBF;
 }
 .AnyTagClassName
 {
   color: #E56CBF;
 }
</style>
background-color css

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

 a { background-color: rgb(229,108,191); }

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

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

 span { border-color: rgb(229,108,191); }

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