#E874C8

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

Shades of Neon Pink #E874C8

Tints of Neon Pink #E874C8

Color information

#E874C8 (or 0xE874C8) is unknown color: approx Neon Pink. HEX triplet: E8, 74 and C8. RGB value is (232,116,200). Sum of RGB (Red+Green+Blue) = 232+116+200=548 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.34% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 232 - color contains mainly: red. Hex color #E874C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E874C8 is #178B37. Grayscale: #A0A0A0. Windows color (decimal): -1542968 or 13137128. OLE color: 13137128.

HSL color Cylindrical-coordinate representation of color #E874C8: hue angle of 316.55º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E874C8 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB232116200-
CMYK00.500.140.09
HSL316.55º71.6%68.24%-
HSV(B)316.55º50%90.98%-
XYZ49.9533.8258.54-
YUV160.26150.43179.17-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.34%
GREEN value IS 116 (45.70% from 255) = 21.17%
BLUE value IS 200 (78.52% from 255) = 36.50%
R=42.34%
G=21.17%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211620000.500.140.09316.5571.668.24
HexE874C8032E913d4844
Octal3501643100621611475110104
Binary1110100011101001100100001100101110100110011110110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E874C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E874C8; }

 p { color: rgb(232,116,200); }

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

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

 a { background-color: rgb(232,116,200); }

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

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

 span { border-color: rgb(232,116,200); }

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