#EB77CD

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

Shades of Neon Pink #EB77CD

Tints of Neon Pink #EB77CD

Color information

#EB77CD (or 0xEB77CD) is unknown color: approx Neon Pink. HEX triplet: EB, 77 and CD. RGB value is (235,119,205). Sum of RGB (Red+Green+Blue) = 235+119+205=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 119 (46.88% from 255 or 21.29% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB77CD is #148832. Grayscale: #A3A3A3. Windows color (decimal): -1345587 or 13465579. OLE color: 13465579.

HSL color Cylindrical-coordinate representation of color #EB77CD: hue angle of 315.52º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EB77CD is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB235119205-
CMYK00.490.130.08
HSL315.52º74.36%69.41%-
HSV(B)315.52º49.36%92.16%-
XYZ51.8835.2661.83-
YUV163.49151.43179.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.04%
GREEN value IS 119 (46.88% from 255) = 21.29%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=42.04%
G=21.29%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511920500.490.130.08315.5274.3669.41
HexEB77CD031D813c4a45
Octal3531673150611510474112105
Binary1110101111101111100110101100011101100010011110010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB77CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB77CD; }

 p { color: rgb(235,119,205); }

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

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

 a { background-color: rgb(235,119,205); }

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

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

 span { border-color: rgb(235,119,205); }

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