#EB6EC4

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

Shades of Neon Pink #EB6EC4

Tints of Neon Pink #EB6EC4

Color information

#EB6EC4 (or 0xEB6EC4) is unknown color: approx Neon Pink. HEX triplet: EB, 6E and C4. RGB value is (235,110,196). Sum of RGB (Red+Green+Blue) = 235+110+196=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 110 (43.36% from 255 or 20.33% from 541); Blue value is 196 (76.95% from 255 or 36.23% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6EC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6EC4 is #14913B. Grayscale: #9C9C9C. Windows color (decimal): -1347900 or 12873451. OLE color: 12873451.

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

Color convert

RGB235110196-
CMYK00.530.170.08
HSL318.72º75.76%67.65%-
HSV(B)318.72º53.19%92.16%-
XYZ49.832.855.93-
YUV157.18149.91183.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.44%
GREEN value IS 110 (43.36% from 255) = 20.33%
BLUE value IS 196 (76.95% from 255) = 36.23%
R=43.44%
G=20.33%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511019600.530.170.08318.7275.7667.65
HexEB6EC403511813f4c44
Octal3531563040652110477114104
Binary11101011110111011000100011010110001100010011111110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6EC4; }

 p { color: rgb(235,110,196); }

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

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

 a { background-color: rgb(235,110,196); }

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

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

 span { border-color: rgb(235,110,196); }

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