#E571C3

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

Shades of Neon Pink #E571C3

Tints of Neon Pink #E571C3

Color information

#E571C3 (or 0xE571C3) is unknown color: approx Neon Pink. HEX triplet: E5, 71 and C3. RGB value is (229,113,195). Sum of RGB (Red+Green+Blue) = 229+113+195=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 195 (76.56% from 255 or 36.31% from 537); Max value from RGB is 229 - color contains mainly: red. Hex color #E571C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E571C3 is #1A8E3C. Grayscale: #9C9C9C. Windows color (decimal): -1740349 or 12808677. OLE color: 12808677.

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

Color convert

RGB229113195-
CMYK00.510.150.10
HSL317.59º69.05%67.06%-
HSV(B)317.59º50.66%89.8%-
XYZ48.0732.4155.35-
YUV157.03149.43179.33-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.64%
GREEN value IS 113 (44.53% from 255) = 21.04%
BLUE value IS 195 (76.56% from 255) = 36.31%
R=42.64%
G=21.04%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911319500.510.150.10317.5969.0567.06
HexE571C3033FA13e4543
Octal3451613030631712476105103
Binary1110010111100011100001101100111111101010011111010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E571C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E571C3; }

 p { color: rgb(229,113,195); }

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

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

 a { background-color: rgb(229,113,195); }

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

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

 span { border-color: rgb(229,113,195); }

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