#EB6DBC

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

Shades of Neon Pink #EB6DBC

Tints of Neon Pink #EB6DBC

Color information

#EB6DBC (or 0xEB6DBC) is unknown color: approx Neon Pink. HEX triplet: EB, 6D and BC. RGB value is (235,109,188). Sum of RGB (Red+Green+Blue) = 235+109+188=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6DBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6DBC is #149243. Grayscale: #9B9B9B. Windows color (decimal): -1348164 or 12348907. OLE color: 12348907.

HSL color Cylindrical-coordinate representation of color #EB6DBC: hue angle of 322.38º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB6DBC is Cyan = 0, Magento = 0.54, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB235109188-
CMYK00.540.20.08
HSL322.38º75.9%67.45%-
HSV(B)322.38º53.62%92.16%-
XYZ48.8132.2351.23-
YUV155.68146.24184.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.17%
GREEN value IS 109 (42.97% from 255) = 20.49%
BLUE value IS 188 (73.83% from 255) = 35.34%
R=44.17%
G=20.49%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510918800.540.20.08322.3875.967.45
HexEB6DBC0361481424c43
Octal3531552740662410502114103
Binary11101011110110110111100011011010100100010100001010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6DBC; }

 p { color: rgb(235,109,188); }

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

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

 a { background-color: rgb(235,109,188); }

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

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

 span { border-color: rgb(235,109,188); }

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