#EB71C1

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

Shades of Neon Pink #EB71C1

Tints of Neon Pink #EB71C1

Color information

#EB71C1 (or 0xEB71C1) is unknown color: approx Neon Pink. HEX triplet: EB, 71 and C1. RGB value is (235,113,193). Sum of RGB (Red+Green+Blue) = 235+113+193=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 113 (44.53% from 255 or 20.89% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EB71C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB71C1 is #148E3E. Grayscale: #9E9E9E. Windows color (decimal): -1347135 or 12677611. OLE color: 12677611.

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

Color convert

RGB235113193-
CMYK00.520.180.08
HSL320.66º75.31%68.24%-
HSV(B)320.66º51.91%92.16%-
XYZ49.7933.3254.26-
YUV158.6147.42182.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.44%
GREEN value IS 113 (44.53% from 255) = 20.89%
BLUE value IS 193 (75.78% from 255) = 35.67%
R=43.44%
G=20.89%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511319300.520.180.08320.6675.3168.24
HexEB71C10341281414b44
Octal3531613010642210501113104
Binary11101011111000111000001011010010010100010100000110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB71C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB71C1; }

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

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

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

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

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

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

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

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