#E571C4

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

Shades of Neon Pink #E571C4

Tints of Neon Pink #E571C4

Color information

#E571C4 (or 0xE571C4) is unknown color: approx Neon Pink. HEX triplet: E5, 71 and C4. RGB value is (229,113,196). Sum of RGB (Red+Green+Blue) = 229+113+196=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 196 (76.95% from 255 or 36.43% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E571C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E571C4 is #1A8E3B. Grayscale: #9C9C9C. Windows color (decimal): -1740348 or 12874213. OLE color: 12874213.

HSL color Cylindrical-coordinate representation of color #E571C4: hue angle of 317.07º 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 #E571C4 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB229113196-
CMYK00.510.140.10
HSL317.07º69.05%67.06%-
HSV(B)317.07º50.66%89.8%-
XYZ48.1832.4555.95-
YUV157.15149.93179.25-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.57%
GREEN value IS 113 (44.53% from 255) = 21.00%
BLUE value IS 196 (76.95% from 255) = 36.43%
R=42.57%
G=21.00%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911319600.510.140.10317.0769.0567.06
HexE571C4033EA13d4543
Octal3451613040631612475105103
Binary1110010111100011100010001100111110101010011110110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E571C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E571C4; }

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

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

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

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

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

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

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

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