#EB71C4

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

Shades of Neon Pink #EB71C4

Tints of Neon Pink #EB71C4

Color information

#EB71C4 (or 0xEB71C4) is unknown color: approx Neon Pink. HEX triplet: EB, 71 and C4. RGB value is (235,113,196). Sum of RGB (Red+Green+Blue) = 235+113+196=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 113 (44.53% from 255 or 20.77% from 544); Blue value is 196 (76.95% from 255 or 36.03% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EB71C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB71C4 is #148E3B. Grayscale: #9E9E9E. Windows color (decimal): -1347132 or 12874219. OLE color: 12874219.

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

Color convert

RGB235113196-
CMYK00.520.170.08
HSL319.18º75.31%68.24%-
HSV(B)319.18º51.91%92.16%-
XYZ50.1333.4656.04-
YUV158.94148.92182.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.20%
GREEN value IS 113 (44.53% from 255) = 20.77%
BLUE value IS 196 (76.95% from 255) = 36.03%
R=43.20%
G=20.77%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511319600.520.170.08319.1875.3168.24
HexEB71C403411813f4b44
Octal3531613040642110477113104
Binary11101011111000111000100011010010001100010011111110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB71C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB71C4; }

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

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

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

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

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

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

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

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