#E865C2

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

Shades of Neon Pink #E865C2

Tints of Neon Pink #E865C2

Color information

#E865C2 (or 0xE865C2) is unknown color: approx Neon Pink. HEX triplet: E8, 65 and C2. RGB value is (232,101,194). Sum of RGB (Red+Green+Blue) = 232+101+194=527 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.02% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 232 - color contains mainly: red. Hex color #E865C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E865C2 is #179A3D. Grayscale: #969696. Windows color (decimal): -1546814 or 12740072. OLE color: 12740072.

HSL color Cylindrical-coordinate representation of color #E865C2: hue angle of 317.4º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E865C2 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB232101194-
CMYK00.560.160.09
HSL317.4º74.01%65.29%-
HSV(B)317.4º56.47%90.98%-
XYZ47.6730.3654.39-
YUV150.77152.4185.94-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.02%
GREEN value IS 101 (39.84% from 255) = 19.17%
BLUE value IS 194 (76.17% from 255) = 36.81%
R=44.02%
G=19.17%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210119400.560.160.09317.474.0165.29
HexE865C203810913d4a41
Octal3501453020702011475112101
Binary11101000110010111000010011100010000100110011110110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E865C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E865C2; }

 p { color: rgb(232,101,194); }

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

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

 a { background-color: rgb(232,101,194); }

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

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

 span { border-color: rgb(232,101,194); }

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