#EB6AC2

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

Shades of Neon Pink #EB6AC2

Tints of Neon Pink #EB6AC2

Color information

#EB6AC2 (or 0xEB6AC2) is unknown color: approx Neon Pink. HEX triplet: EB, 6A and C2. RGB value is (235,106,194). Sum of RGB (Red+Green+Blue) = 235+106+194=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 106 (41.80% from 255 or 19.81% from 535); Blue value is 194 (76.17% from 255 or 36.26% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6AC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6AC2 is #14953D. Grayscale: #9A9A9A. Windows color (decimal): -1348926 or 12741355. OLE color: 12741355.

HSL color Cylindrical-coordinate representation of color #EB6AC2: hue angle of 319.07º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EB6AC2 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB235106194-
CMYK00.550.170.08
HSL319.07º76.33%66.86%-
HSV(B)319.07º54.89%92.16%-
XYZ49.1531.8754.6-
YUV154.6150.24185.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.93%
GREEN value IS 106 (41.80% from 255) = 19.81%
BLUE value IS 194 (76.17% from 255) = 36.26%
R=43.93%
G=19.81%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510619400.550.170.08319.0776.3366.86
HexEB6AC203711813f4c43
Octal3531523020672110477114103
Binary11101011110101011000010011011110001100010011111110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6AC2; }

 p { color: rgb(235,106,194); }

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

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

 a { background-color: rgb(235,106,194); }

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

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

 span { border-color: rgb(235,106,194); }

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