#EB5AC1

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

Shades of Neon Pink #EB5AC1

Tints of Neon Pink #EB5AC1

Color information

#EB5AC1 (or 0xEB5AC1) is unknown color: approx Neon Pink. HEX triplet: EB, 5A and C1. RGB value is (235,90,193). Sum of RGB (Red+Green+Blue) = 235+90+193=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 90 (35.55% from 255 or 17.37% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5AC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5AC1 is #14A53E. Grayscale: #909090. Windows color (decimal): -1353023 or 12671723. OLE color: 12671723.

HSL color Cylindrical-coordinate representation of color #EB5AC1: hue angle of 317.38º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EB5AC1 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB23590193-
CMYK00.620.180.08
HSL317.38º78.38%63.73%-
HSV(B)317.38º61.7%92.16%-
XYZ47.5428.8253.51-
YUV145.1155.04192.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.37%
GREEN value IS 90 (35.55% from 255) = 17.37%
BLUE value IS 193 (75.78% from 255) = 37.26%
R=45.37%
G=17.37%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359019300.620.180.08317.3878.3863.73
HexEB5AC103E12813d4e40
Octal3531323010762210475116100
Binary11101011101101011000001011111010010100010011110110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5AC1; }

 p { color: rgb(235,90,193); }

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

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

 a { background-color: rgb(235,90,193); }

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

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

 span { border-color: rgb(235,90,193); }

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