#EB71CE

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

Shades of Neon Pink #EB71CE

Tints of Neon Pink #EB71CE

Color information

#EB71CE (or 0xEB71CE) is unknown color: approx Neon Pink. HEX triplet: EB, 71 and CE. RGB value is (235,113,206). Sum of RGB (Red+Green+Blue) = 235+113+206=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 113 (44.53% from 255 or 20.40% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EB71CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB71CE is #148E31. Grayscale: #9F9F9F. Windows color (decimal): -1347122 or 13529579. OLE color: 13529579.

HSL color Cylindrical-coordinate representation of color #EB71CE: hue angle of 314.26º 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 #EB71CE is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB235113206-
CMYK00.520.120.08
HSL314.26º75.31%68.24%-
HSV(B)314.26º51.91%92.16%-
XYZ51.3133.9362.24-
YUV160.08153.92181.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.42%
GREEN value IS 113 (44.53% from 255) = 20.40%
BLUE value IS 206 (80.86% from 255) = 37.18%
R=42.42%
G=20.40%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511320600.520.120.08314.2675.3168.24
HexEB71CE034C813a4b44
Octal3531613160641410472113104
Binary1110101111100011100111001101001100100010011101010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB71CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB71CE; }

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

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

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

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

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

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

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

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