#EB71CA

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

Shades of Neon Pink #EB71CA

Tints of Neon Pink #EB71CA

Color information

#EB71CA (or 0xEB71CA) is unknown color: approx Neon Pink. HEX triplet: EB, 71 and CA. RGB value is (235,113,202). Sum of RGB (Red+Green+Blue) = 235+113+202=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 113 (44.53% from 255 or 20.55% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EB71CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB71CA is #148E35. Grayscale: #9F9F9F. Windows color (decimal): -1347126 or 13267435. OLE color: 13267435.

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

Color convert

RGB235113202-
CMYK00.520.140.08
HSL316.23º75.31%68.24%-
HSV(B)316.23º51.91%92.16%-
XYZ50.8333.7459.71-
YUV159.62151.92181.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.73%
GREEN value IS 113 (44.53% from 255) = 20.55%
BLUE value IS 202 (79.30% from 255) = 36.73%
R=42.73%
G=20.55%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511320200.520.140.08316.2375.3168.24
HexEB71CA034E813c4b44
Octal3531613120641610474113104
Binary1110101111100011100101001101001110100010011110010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB71CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB71CA; }

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

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

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

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

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

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

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

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