#E56FC2

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

Shades of Neon Pink #E56FC2

Tints of Neon Pink #E56FC2

Color information

#E56FC2 (or 0xE56FC2) is unknown color: approx Neon Pink. HEX triplet: E5, 6F and C2. RGB value is (229,111,194). Sum of RGB (Red+Green+Blue) = 229+111+194=534 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.88% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 229 - color contains mainly: red. Hex color #E56FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56FC2 is #1A903D. Grayscale: #9B9B9B. Windows color (decimal): -1740862 or 12742629. OLE color: 12742629.

HSL color Cylindrical-coordinate representation of color #E56FC2: hue angle of 317.8º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E56FC2 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB229111194-
CMYK00.520.150.10
HSL317.8º69.41%66.67%-
HSV(B)317.8º51.53%89.8%-
XYZ47.7431.9254.68-
YUV155.74149.59180.25-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.88%
GREEN value IS 111 (43.75% from 255) = 20.79%
BLUE value IS 194 (76.17% from 255) = 36.33%
R=42.88%
G=20.79%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911119400.520.150.10317.869.4166.67
HexE56FC2034FA13e4543
Octal3451573020641712476105103
Binary1110010111011111100001001101001111101010011111010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56FC2; }

 p { color: rgb(229,111,194); }

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

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

 a { background-color: rgb(229,111,194); }

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

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

 span { border-color: rgb(229,111,194); }

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