#EB61C0

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

Shades of Neon Pink #EB61C0

Tints of Neon Pink #EB61C0

Color information

#EB61C0 (or 0xEB61C0) is unknown color: approx Neon Pink. HEX triplet: EB, 61 and C0. RGB value is (235,97,192). Sum of RGB (Red+Green+Blue) = 235+97+192=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 97 (38.28% from 255 or 18.51% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EB61C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB61C0 is #149E3F. Grayscale: #949494. Windows color (decimal): -1351232 or 12607979. OLE color: 12607979.

HSL color Cylindrical-coordinate representation of color #EB61C0: hue angle of 318.7º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EB61C0 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB23597192-
CMYK00.590.180.08
HSL318.7º77.53%65.1%-
HSV(B)318.7º58.72%92.16%-
XYZ48.0530.0253.13-
YUV149.09152.22189.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.85%
GREEN value IS 97 (38.28% from 255) = 18.51%
BLUE value IS 192 (75.39% from 255) = 36.64%
R=44.85%
G=18.51%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359719200.590.180.08318.777.5365.1
HexEB61C003B12813f4e41
Octal3531413000732210477116101
Binary11101011110000111000000011101110010100010011111110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB61C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB61C0; }

 p { color: rgb(235,97,192); }

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

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

 a { background-color: rgb(235,97,192); }

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

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

 span { border-color: rgb(235,97,192); }

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